We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ad875 commit ea2d306Copy full SHA for ea2d306
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Node
27
uses: actions/setup-node@v3
28
with:
29
- node-version: "16"
+ node-version: "20"
30
cache: yarn
31
32
- run: yarn install --frozen-lockfile
0 commit comments