Skip to content

Commit 3af7ec9

Browse files
committed
Bump node version in gha
1 parent 0ceb083 commit 3af7ec9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Setup .npmrc file to publish to GitHub Packages
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: '16'
30+
node-version: '22'
3131
registry-url: 'https://npm.pkg.github.com'
3232
- run: npm install
3333
- run: npm publish
@@ -42,7 +42,7 @@ jobs:
4242
# Setup .npmrc file to publish to npmjs.org
4343
- uses: actions/setup-node@v4
4444
with:
45-
node-version: '16'
45+
node-version: '22'
4646
registry-url: 'https://registry.npmjs.org'
4747
- run: npm install
4848
- run: npm publish

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '16'
18+
node-version: '22'
1919
cache: 'npm'
2020
- name: install dependencies
2121
run: |

0 commit comments

Comments
 (0)