ci: 💚 Upgrade to Node 16 for npm publish workflow
This commit is contained in:
2
.github/workflows/publish-lib-to-npm.yml
vendored
2
.github/workflows/publish-lib-to-npm.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
- run: yarn
|
||||
- run: yarn test
|
||||
- run: yarn build
|
||||
|
Reference in New Issue
Block a user