Skip to content

Commit 8d8ae95

Browse files
committed
replace ci with install
1 parent 5e86e4d commit 8d8ae95

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 12
15-
- run: npm ci
14+
node-version: 14
15+
- run: npm install
1616
- run: npm test
1717

1818
publish-gpr:
@@ -22,9 +22,9 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v1
2424
with:
25-
node-version: 12
25+
node-version: 14
2626
registry-url: https://npm.pkg.github.com/
27-
- run: npm ci
27+
- run: npm install
2828
- run: npm publish
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)