Skip to content

Commit

Permalink
chore: 📦 Update node to 23 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 12, 2024
1 parent 4c86a9e commit c8dd382
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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
node-version: 23
cache: pnpm
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
cache: "pnpm"
- run: pnpm install
- run: pnpm run build
Expand All @@ -31,7 +31,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
cache: "pnpm"
- run: pnpm install
- run: pnpm run lint
Expand All @@ -45,7 +45,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
cache: "pnpm"
- run: pnpm install
- run: pnpm run fmt
Expand All @@ -60,7 +60,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
cache: "pnpm"
- uses: oven-sh/setup-bun@v1
with:
Expand All @@ -87,7 +87,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
cache: "pnpm"
- name: Build like before
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
cache: "pnpm"
- name: Build like before
run: |
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
cache: "pnpm"
- name: Build like before
run: |
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
cache: "pnpm"
- name: Build like before
run: |
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
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
node-version: 23
cache: "pnpm"
- run: pnpm install
- run: pnpm run build
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
node-version: 23
cache: "pnpm"
- run: pnpm install
- run: pnpm run build
Expand Down

0 comments on commit c8dd382

Please sign in to comment.