Skip to content

Commit fb038c2

Browse files
committed
💚 Update Node.js version to 23-nightly in GitHub workflows
Bug caused by actions/setup-node#761
1 parent e946803 commit fb038c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎.github/workflows/github-pages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: latest
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: nightly
20+
node-version: 23-nightly
2121
cache: pnpm
2222
- run: pnpm install
2323
- run: pnpm run docs

‎.github/workflows/node.js.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: latest
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: nightly
20+
node-version: 23-nightly
2121
cache: pnpm
2222
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
2323
- run: pnpm run build --noEmit

‎.github/workflows/pnpm-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v4
2525
with:
2626
cache: pnpm
27-
node-version: nightly
27+
node-version: 23-nightly
2828
- run: pnpm install
2929
- run: pnpm build
3030

‎.github/workflows/pnpm-version-patch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
cache: pnpm
24-
node-version: nightly
24+
node-version: 23-nightly
2525
- name: Configure Git, patch, release and push
2626
run: |
2727
git config user.name 'github-actions[bot]'

0 commit comments

Comments
 (0)