Skip to content

Commit 36abeb8

Browse files
authored
chore: use newer node version
1 parent 138a820 commit 36abeb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-18.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 12
17+
node-version: 14
1818
- name: Install dependencies
1919
run: yarn
2020
- name: Build

0 commit comments

Comments
 (0)