We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4612cce + d0617b8 commit 6c82cb6Copy full SHA for 6c82cb6
.github/workflows/cd.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 20.x
+ node-version: 24.x
20
registry-url: https://registry.npmjs.org/
21
# Ensure npm 11.5.1 or later is installed
22
- name: Update npm
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [18.x, 20.x]
+ node-version: [20.x, 22.x, 24.x]
14
steps:
15
.gitignore
@@ -6,3 +6,4 @@ lib
6
coverage
7
.npmrc
8
*.tgz
9
+.nvmrc
0 commit comments