Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: migrate to node v20 #799

Merged
merged 5 commits into from Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.152.1 # 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",
kvanzuijlen marked this conversation as resolved.
Show resolved Hide resolved
"yarn": "^1.22.0"
},
"scripts": {
Expand Down