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.
1 parent 624e4cd commit 7e7c708Copy full SHA for 7e7c708
.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: 22.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, 22.x]
+ node-version: [20.x, 22.x, 24.x]
14
steps:
15
0 commit comments