Skip to content

Commit

Permalink
Use NodeJS v16 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aivus committed Jun 21, 2024
1 parent 4e344bc commit 1f4f255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.16.1]
node-version: [16]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"homey": "^3.3.1"
},
"engines": {
"node": ">=12.16.1"
"node": ">=16"
}
}

0 comments on commit 1f4f255

Please sign in to comment.