Skip to content

Commit 01ab036

Browse files
author
Michał Budziak
committed
Use node 22 for release action
1 parent 10dd2a5 commit 01ab036

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node version
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 16
25+
node-version: 22
2626
- name: Install dependencies
2727
run: npm ci
2828
- run: npm run build
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node version
4444
uses: actions/setup-node@v3
4545
with:
46-
node-version: 16
46+
node-version: 22
4747
registry-url: https://registry.npmjs.org/
4848
- name: Setup Git
4949
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x, 22.x]
14+
node-version: [16.x, 18.x, 20.x, 22.x]
1515
steps:
1616
- name: Clone Repository
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)