Skip to content

Commit 274b4a9

Browse files
committed
bump node versions
1 parent 8fc0696 commit 274b4a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
needs: [version]
5353
strategy:
5454
matrix:
55-
node-version: [16.x, 18.x, 20.x, 22.x]
55+
node-version: [20.x, 22.x, 24.x]
5656
steps:
5757
- uses: actions/checkout@v3
5858
with:
@@ -101,7 +101,7 @@ jobs:
101101
- uses: actions/setup-node@v3
102102
with:
103103
registry-url: 'https://registry.npmjs.org'
104-
node-version: '22.x'
104+
node-version: '24.x'
105105
- name: Configure NPM version
106106
env:
107107
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -122,7 +122,7 @@ jobs:
122122
run: npm publish --tag $(cat publish-tag.txt)
123123
- uses: actions/setup-node@v3
124124
with:
125-
node-version: '22.x'
125+
node-version: '24.x'
126126
registry-url: 'https://npm.pkg.github.com'
127127
- name: Configure NPM version
128128
env:

0 commit comments

Comments
 (0)