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 ad8afff commit 020ac1dCopy full SHA for 020ac1d
1 file changed
.github/workflows/node.js.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
node-version: 21.x
22
cache: 'npm'
23
+ - run: npm install
24
- run: npm -v
25
- run: npm ci
26
- run: npm t
0 commit comments