Skip to content

Commit a9ebec2

Browse files
committed
updated Node version to latest supported one
See: https://github.com/WordPress/phpunit-test-runner
1 parent 6fc0d25 commit a9ebec2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"files.associations": {
3+
"*.yaml": "home-assistant"
4+
}
5+
}

0 commit comments

Comments
 (0)