Skip to content

Commit 935c74b

Browse files
committed
ci: update node version
1 parent f8c6a13 commit 935c74b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
needs: [ test ]
6464
steps:
6565
- uses: actions/checkout@v2
66-
- uses: actions/setup-node@v1
66+
- uses: actions/setup-node@v2
6767
with:
68-
node-version: '12'
68+
node-version: 'lts/*'
6969

7070
- name: Run semantic-release
7171
env:

0 commit comments

Comments
 (0)