Skip to content

Commit efdbcdd

Browse files
committed
automate publishing to npmjs
1 parent 7ad2a39 commit efdbcdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v2
61-
- name: Use Node.js 10
61+
- name: Use Node.js 12
6262
uses: actions/setup-node@v1
6363
with:
64-
node-version: 10
64+
node-version: 12
6565

6666
- run: npm install
6767
- run: npm test

0 commit comments

Comments
 (0)