Skip to content

Commit 32e8eec

Browse files
authored
Bump node version for Test + Publish workflow
1 parent ef6cb07 commit 32e8eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@master
1313
- uses: actions/setup-node@master
1414
with:
15-
node-version: '10.x'
15+
node-version: '14.x'
1616
registry-url: 'https://registry.npmjs.org'
1717
- name: Install, Build, and Test
1818
run: |
@@ -22,4 +22,4 @@ jobs:
2222
run: |
2323
npm publish --access public
2424
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
25+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)