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 78505c2 commit 58ef3daCopy full SHA for 58ef3da
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v5
18
- name: Use Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
20
with:
21
node-version: ${{ matrix.node-version }}
22
cache: 'npm'
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Use Node.js 22.x
13
14
15
node-version: 22.x
0 commit comments