We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f531508 commit b2aca7dCopy full SHA for b2aca7d
1 file changed
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: "14"
+ node-version: "16"
17
cache: "yarn"
18
- name: "install deps and build"
19
run: yarn install --frozen-lockfile
0 commit comments