Skip to content

Commit

Permalink
💚 Update Node.js version to 23-nightly in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram committed Aug 11, 2024
1 parent e946803 commit fb038c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version: latest
- uses: actions/setup-node@v4
with:
node-version: nightly
node-version: 23-nightly
cache: pnpm
- run: pnpm install
- run: pnpm run docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version: latest
- uses: actions/setup-node@v4
with:
node-version: nightly
node-version: 23-nightly
cache: pnpm
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
- run: pnpm run build --noEmit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnpm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version: nightly
node-version: 23-nightly
- run: pnpm install
- run: pnpm build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnpm-version-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version: nightly
node-version: 23-nightly
- name: Configure Git, patch, release and push
run: |
git config user.name 'github-actions[bot]'
Expand Down

0 comments on commit fb038c2

Please sign in to comment.