We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23987f6 commit d43896fCopy full SHA for d43896f
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-node@v3
14
with:
15
- node-version: 16
+ node-version: 20
16
cache: yarn
17
- run: yarn install --frozen-lockfile
18
0 commit comments