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 2a1ba54 commit fc5f8b0Copy full SHA for fc5f8b0
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Use Node.js 20.x
27
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
28
with:
29
- node-version: 18
+ node-version: 20
30
cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
31
- run: npm install -g npm@latest
32
- run: pnpm install:codesandbox
0 commit comments