Skip to content

Commit

Permalink
feat!: migrate to node v20 (#799)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
kvanzuijlen and viceice committed Jan 27, 2024
1 parent 80fecee commit 79381b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
NODE_VERSION: 18
NODE_VERSION: 20
RENOVATE_VERSION: 37.153.0 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate

jobs:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -51,5 +51,5 @@ inputs:
required: false

runs:
using: node16
using: node20
main: dist/index.js
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
},
"main": "src/index.ts",
"engines": {
"node": "^16.13.0 || >=18.12.0",
"node": ">=20.11.0",
"yarn": "^1.22.0"
},
"scripts": {
Expand Down

0 comments on commit 79381b4

Please sign in to comment.