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.
2 parents fab6f62 + fe1be6f commit bfaa1edCopy full SHA for bfaa1ed
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v5
13
with:
14
fetch-depth: 0
15
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
16
17
node-version: latest
18
- run: npm ci
@@ -39,7 +39,7 @@ jobs:
39
40
41
persist-credentials: false # for later steps to use a different authentication
42
43
44
45
@@ -65,7 +65,7 @@ jobs:
65
node-version: ${{ fromJson(needs.get-supported-node-versions.outputs.versions) }}
66
steps:
67
68
69
70
node-version: ${{ matrix.node-version }}
71
- run: npm install
0 commit comments