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 418a263 commit c2f9d41Copy full SHA for c2f9d41
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Use Node.js ${{ env.DEFAULT_NODE_VERSION }}
17
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
18
with:
19
node-version: ${{ env.DEFAULT_NODE_VERSION }}
20
- name: Enable corepack
@@ -48,7 +48,7 @@ jobs:
48
- 22.x
49
50
- name: Use Node.js ${{ matrix.node-version }}
51
52
53
node-version: ${{ matrix.node-version }}
54
0 commit comments