We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e86e4d commit 8d8ae95Copy full SHA for 8d8ae95
1 file changed
.github/workflows/release-package.yml
@@ -11,8 +11,8 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v1
13
with:
14
- node-version: 12
15
- - run: npm ci
+ node-version: 14
+ - run: npm install
16
- run: npm test
17
18
publish-gpr:
@@ -22,9 +22,9 @@ jobs:
22
23
24
25
26
registry-url: https://npm.pkg.github.com/
27
28
- run: npm publish
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments