We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dc225 commit ffd668eCopy full SHA for ffd668e
.github/workflows/main.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v1
15
- - name: install node v12
+ - name: install node v16
16
uses: actions/setup-node@v1
17
with:
18
- node-version: 12
+ node-version: 16
19
- name: yarn install
20
run: yarn install
21
- name: tsc
0 commit comments