We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fc0d25 + fcf84f9 commit d4c4525Copy full SHA for d4c4525
.github/workflows/tests.yml
@@ -43,7 +43,7 @@ jobs:
43
test:
44
name: Run Core PHPUnit tests
45
runs-on: ubuntu-latest
46
-
+
47
# Remove this line if Github Actions is your preferred means of running the tests.
48
if: ${{ false }}
49
@@ -75,7 +75,7 @@ jobs:
75
- name: Install NodeJS
76
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
77
with:
78
- node-version: 14
+ node-version: 20
79
80
- name: Prepare environment
81
run: php prepare.php
.travis.yml
@@ -1,6 +1,6 @@
1
language: php
2
node_js:
3
- - 14
+ - 20
4
5
before_install:
6
- npm install -g npm@latest
0 commit comments