We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0725db commit 46ca7a5Copy full SHA for 46ca7a5
.github/workflows/nodejs.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
name: Test
12
13
- uses: pkgjs/action/.github/workflows/node-test.yaml@main
+ uses: pkgjs/action/.github/workflows/node-test.yaml@v0.1
14
with:
15
runs-on: ubuntu-latest, windows-latest, macOS-latest
16
test-command: npm run coverage:ci
0 commit comments