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 08141eb + d1575cf commit 4f647a8Copy full SHA for 4f647a8
.github/workflows/CD.yml
@@ -10,7 +10,7 @@ jobs:
10
packages: write
11
steps:
12
- uses: actions/checkout@v2
13
- - uses: actions/setup-node@v2.4.1
+ - uses: actions/setup-node@v2.5.1
14
with:
15
registry-url: "https://registry.npmjs.org"
16
- run: npm publish
.github/workflows/CI.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
8
9
node-version: "lts/*"
cache: "yarn"
0 commit comments