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 bb77085 commit ad3c867Copy full SHA for ad3c867
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.platform }}
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
19
with:
20
cache: npm
21
node-version: ${{ matrix.node-version }}
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
10
11
12
node-version: latest
13
registry-url: 'https://registry.npmjs.org'
0 commit comments