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 2bebc2e commit 75e717cCopy full SHA for 75e717c
.github/workflows/release-package.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: latest
15
+ - run: node -v
16
- run: npm ci
17
- run: npm test
18
0 commit comments