Skip to content

Commit

Permalink
Switch to node 22 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Sep 20, 2024
1 parent 202db63 commit 93b400a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: 'pnpm'
- run: pnpm install
- run: pnpm run lint

0 comments on commit 93b400a

Please sign in to comment.