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 5c466ca commit 5f058acCopy full SHA for 5f058ac
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
fetch-depth: 0
54
- uses: actions/setup-node@v4
55
with:
56
- node-version: 20.x
+ node-version: 24.x
57
- name: NPM Setup
58
run: |
59
npm set registry "https://registry.npmjs.org/"
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- node-version: [18.x, 20.x, 22.x]
+ node-version: [20.x, 22.x, 24.x]
17
steps:
18
- uses: actions/checkout@v2
19
- uses: actions/setup-node@v1
0 commit comments