Skip to content

Commit 4ba72d3

Browse files
committed
fix: Update the node version in github action to lts
1 parent a237b71 commit 4ba72d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ jobs:
156156
needs: [ test, upload-coverage ]
157157
steps:
158158
- uses: actions/checkout@v2
159-
- uses: actions/setup-node@v1
159+
- uses: actions/setup-node@v2
160160
with:
161-
node-version: '14.17'
161+
node-version: 'lts/*'
162162

163163
- name: Run semantic-release
164164
env:

0 commit comments

Comments
 (0)