Skip to content

Commit

Permalink
chore: Update node to v18.20.3 in GA (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
zobo authored Jul 1, 2024
1 parent 8782e14 commit af8c99b
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: '16.14.2'
node-version: 'v18.20.3'
- 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: '16.14.2'
node-version: 'v18.20.3'
- run: npm ci
- name: Download Phpactor
run: npm run download-phpactor
Expand Down

0 comments on commit af8c99b

Please sign in to comment.