Skip to content

Commit

Permalink
node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Jul 5, 2024
1 parent 9a43c4f commit 06e608c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: "pnpm"
- run: pnpm install
- run: pnpm run build
Expand All @@ -30,7 +30,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: "pnpm"
- run: pnpm install
- run: pnpm run lint
Expand All @@ -44,7 +44,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: "pnpm"
- run: pnpm install
- run: pnpm run fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: "pnpm"
- run: pnpm install
- run: pnpm run build
Expand Down

0 comments on commit 06e608c

Please sign in to comment.