Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotleelewis authored Oct 29, 2024
1 parent ffcabdf commit 274a148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm lint
Expand All @@ -34,7 +34,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build
Expand Down

0 comments on commit 274a148

Please sign in to comment.