Skip to content

Commit 9f3a0e7

Browse files
fix: update Node.js and pnpm versions to match repository requirements
Co-Authored-By: Nathan Clevenger <nateclev@gmail.com>
1 parent 14cbb9e commit 9f3a0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cloudflare-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- name: Setup pnpm
2121
uses: pnpm/action-setup@v2
2222
with:
23-
version: 8
23+
version: 9
2424

2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '18'
28+
node-version: '20'
2929
cache: 'pnpm'
3030

3131
- name: Install dependencies

0 commit comments

Comments
 (0)