Skip to content

Commit d288a0c

Browse files
committed
build(release): use LTS node version
1 parent cf43fe8 commit d288a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v1
3535
- uses: actions/setup-node@v1
3636
with:
37-
node-version: '10'
37+
node-version: '12'
3838
- name: install dependencies
3939
run: yarn install --frozen-lockfile --ignore-engines
4040
- name: release

0 commit comments

Comments
 (0)