We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74b95c commit 951bad0Copy full SHA for 951bad0
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install NodeJS
17
uses: actions/setup-node@v4
18
with:
19
- node-version: '16.x'
+ node-version: '20.x'
20
cache: yarn
21
cache-dependency-path: gbdevio/yarn.lock
22
0 commit comments