Skip to content

Commit d4c4525

Browse files
authored
Merge pull request #225 from WordPress/update/node-version
updated Node version to latest supported one
2 parents 6fc0d25 + fcf84f9 commit d4c4525

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
test:
4444
name: Run Core PHPUnit tests
4545
runs-on: ubuntu-latest
46-
46+
4747
# Remove this line if Github Actions is your preferred means of running the tests.
4848
if: ${{ false }}
4949

@@ -75,7 +75,7 @@ jobs:
7575
- name: Install NodeJS
7676
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
7777
with:
78-
node-version: 14
78+
node-version: 20
7979

8080
- name: Prepare environment
8181
run: php prepare.php

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22
node_js:
3-
- 14
3+
- 20
44

55
before_install:
66
- npm install -g npm@latest

0 commit comments

Comments
 (0)