Skip to content

Commit ffd668e

Browse files
committed
chore: bumped node to v16 in github workflow
1 parent 45dc225 commit ffd668e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v1
15-
- name: install node v12
15+
- name: install node v16
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 12
18+
node-version: 16
1919
- name: yarn install
2020
run: yarn install
2121
- name: tsc

0 commit comments

Comments
 (0)