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 8a8f9b3 commit a701865Copy full SHA for a701865
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
- name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
17
with:
18
node-version: ${{ matrix.node-version }}
19
- run: npm ci
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Use Node.js from .node-version
31
32
33
node-version-file: .node-version
34
0 commit comments