We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d264b5 + 8d65c3d commit 9fb55dbCopy full SHA for 9fb55db
2 files changed
.github/workflows/node.js.yml
@@ -18,7 +18,7 @@ jobs:
18
19
strategy:
20
matrix:
21
- node-version: [20.x, 22.x]
+ node-version: [22.x, 24.x]
22
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
23
24
steps:
.github/workflows/npm-publish.yml
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
- node-version: 22
+ node-version: 24
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- name: Update NPM
0 commit comments