Skip to content

Commit e4b3d0f

Browse files
committed
Use Node v14 in Github workflow
1 parent 577560a commit e4b3d0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
# Setup .npmrc file to publish to npm
1413
- uses: actions/setup-node@v2
1514
with:
16-
node-version: '12.x'
15+
node-version: '14.x'
1716
registry-url: 'https://registry.npmjs.org'
1817
- run: npm install
1918
- run: npm publish

0 commit comments

Comments
 (0)