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 dc25495 commit 38d7e64Copy full SHA for 38d7e64
.github/workflows/npm-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
publish:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: actions/setup-node@v4
18
with:
19
node-version: latest
.github/workflows/npm-test.yml
@@ -12,7 +12,7 @@ jobs:
12
test:
- run: npm ci
- run: npm test
0 commit comments