We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bc9f3 commit 30ec5e6Copy full SHA for 30ec5e6
.github/workflows/node-ci.yml
@@ -25,6 +25,7 @@ jobs:
25
node-version-file: .nvmrc
26
cache: npm
27
- run: npm clean-install
28
+ - run: npm install --global corepack@latest
29
- run: corepack npm audit signatures
30
- run: npm test
31
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
0 commit comments