We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f47555 + 9a0b892 commit eed797eCopy full SHA for eed797e
2 files changed
.github/workflows/node.js.yml
@@ -13,10 +13,10 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- node-version: [20.x]
+ node-version: [24.x]
17
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
18
include:
19
- - node: 22.x
+ - node: 25.x
20
experimental: true
21
22
steps:
.github/workflows/npm-publish.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
- uses: actions/checkout@v4
- name: Get the version
0 commit comments