Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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