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 94e704d commit 898d86bCopy full SHA for 898d86b
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node
28
uses: actions/setup-node@v1
29
with:
30
- node-version: '12.17'
+ node-version: '~16.20.1'
31
32
- name: Install Dependencies
33
run: 'yarn install --frozen-lockfile || yarn install --frozen-lockfile'
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
103
104
105
0 commit comments