Skip to content

Commit

Permalink
chore: Update CI node version to v20.18.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
zobo authored Nov 9, 2024
1 parent 80e4cee commit 6530eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 'v18.20.3'
node-version: 'v20.18.0'
- run: mkdir artifacts
- run: npm ci
- name: Prettier
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 'v18.20.3'
node-version: 'v20.18.0'
- run: npm ci
- name: Download Phpactor
run: npm run download-phpactor
Expand Down

0 comments on commit 6530eb7

Please sign in to comment.