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 ed9220c commit caccebdCopy full SHA for caccebd
.github/actions/setup/action.yml
@@ -29,7 +29,7 @@ runs:
29
- name: Setup Node.js
30
uses: actions/setup-node@v4
31
with:
32
- node-version: 18
+ node-version: 20
33
cache: 'pnpm'
34
35
- name: Install Dependencies
0 commit comments