Skip to content

Commit fc5f8b0

Browse files
committed
Update ci.yml
1 parent 2a1ba54 commit fc5f8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Use Node.js 20.x
2727
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
2828
with:
29-
node-version: 18
29+
node-version: 20
3030
cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
3131
- run: npm install -g npm@latest
3232
- run: pnpm install:codesandbox

0 commit comments

Comments
 (0)