Skip to content

Commit

Permalink
chore: update node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakiyo authored Dec 16, 2024
1 parent 17433ca commit 5cc0e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '20.x'
- name: Install pnpm
run: npm install -g pnpm

Expand All @@ -19,4 +19,4 @@ jobs:
# run: pnpm rome ci .

- name: Build Files
run: pnpm build
run: pnpm build

0 comments on commit 5cc0e9b

Please sign in to comment.