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.
2 parents 5c4f7cd + 171835d commit 9e385dbCopy full SHA for 9e385db
.github/workflows/CD.yml
@@ -10,7 +10,7 @@ jobs:
10
packages: write
11
steps:
12
- uses: actions/checkout@v2
13
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2.4.1
14
with:
15
registry-url: "https://npm.pkg.github.com"
16
- run: npm publish
.github/workflows/CI.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
8
9
- - uses: actions/setup-node@v2
node-version: "lts/*"
cache: "yarn"
0 commit comments