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 bdb7e68 commit eef5c54Copy full SHA for eef5c54
.github/workflows/ci.yml
@@ -15,9 +15,9 @@ jobs:
15
matrix:
16
node-version: [18.x, 20.x, 22.x]
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
21
with:
22
node-version: ${{ matrix.node-version }}
23
- run: npm ci
@@ -35,9 +35,9 @@ jobs:
35
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
36
runs-on: ubuntu-latest
37
38
39
# Setup .npmrc file to publish to npm
40
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
41
42
node-version: "18.x"
43
registry-url: "https://registry.npmjs.org"
0 commit comments