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 06e608c commit a3185a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: pnpm
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: "pnpm"
- uses: oven-sh/setup-bun@v1
with:
Expand All @@ -86,7 +86,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: "pnpm"
- name: Build like before
run: |
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: "pnpm"
- name: Build like before
run: |
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: "pnpm"
- name: Build like before
run: |
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: "pnpm"
- name: Build like before
run: |
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 22
cache: "pnpm"
- uses: oven-sh/setup-bun@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 build
Expand Down

0 comments on commit a3185a3

Please sign in to comment.