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 5053d10 + 8b843cc commit 20a97a9Copy full SHA for 20a97a9
.github/workflows/ci.yml
@@ -10,8 +10,8 @@ jobs:
10
eslint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
14
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
15
with:
16
node-version: 17
17
- run: npm ci
.github/workflows/publish.yml
@@ -9,8 +9,8 @@ jobs:
9
build:
registry-url: 'https://registry.npmjs.org'
0 commit comments