Skip to content

Commit 641d63b

Browse files
committed
chore: update node version in CI
1 parent eece7d3 commit 641d63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
nodejs:
1111
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
1212
with:
13-
node-version: 18.x
13+
node-version: 22.x
1414
lint-check-types: true
1515
npm-test-command: npm run build
16-
node-version-matrix: '[18]'
16+
node-version-matrix: '[22]'
1717
upload-coverage: false
1818
disable-test-package: true

0 commit comments

Comments
 (0)