Skip to content

Commit 5b4620b

Browse files
strmer15floydspace
andauthored
feat: update esbuild compatibility to include 0.25 (#567)
* chore: update esbuild compatibility to include 0.25 * ci: update upload-artifact action version * fix: remove ts-ignore comment and update build context types * ci: pin v22.12.0 in matrix * ci: node 22.11 in matrix closes #568 --------- Co-authored-by: Victor Korzunin <[email protected]>
1 parent 1fa8550 commit 5b4620b

File tree

6 files changed

+647
-709
lines changed

6 files changed

+647
-709
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [18, 20, 22]
13+
node-version: [18, 20, 22.11.0]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Use Node.js ${{ matrix.node-version }}
@@ -25,7 +25,7 @@ jobs:
2525
- run: npm test
2626
- run: npm run test:e2e
2727
- name: Upload e2e test artifacts
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
if: failure()
3030
with:
3131
name: e2e-test-artifact

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [18, 20, 22]
13+
node-version: [18, 20, 22.11.0]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)