Skip to content

Commit 1463c30

Browse files
drop Node v16 and add/move to Node v22 (LTS) (#466)
1 parent aca92ff commit 1463c30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Setup .npmrc file to publish to npm
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: '20.x'
23+
node-version: '22.x'
2424
registry-url: 'https://registry.npmjs.org'
2525
- run: npm ci
2626
- run: npm publish --provenance

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
node-version: [16.x, 18.x, 20.x]
16+
node-version: [18.x, 20.x, 22.x]
1717

1818
steps:
1919
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)