Skip to content

Commit

Permalink
Merge pull request #225 from WordPress/update/node-version
Browse files Browse the repository at this point in the history
updated Node version to latest supported one
  • Loading branch information
pfefferle authored Jun 18, 2024
2 parents 6fc0d25 + fcf84f9 commit d4c4525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
test:
name: Run Core PHPUnit tests
runs-on: ubuntu-latest

# Remove this line if Github Actions is your preferred means of running the tests.
if: ${{ false }}

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 14
node-version: 20

- name: Prepare environment
run: php prepare.php
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
node_js:
- 14
- 20

before_install:
- npm install -g npm@latest
Expand Down

0 comments on commit d4c4525

Please sign in to comment.