From 90f363e3c330bab07174be1ced7edb43a998a710 Mon Sep 17 00:00:00 2001 From: maartenRamadan Date: Thu, 26 Oct 2023 15:13:06 +0200 Subject: [PATCH] ci: bump node version --- .github/workflows/continuous-integration.yaml | 3 +++ .nvmrc | 2 +- package-lock.json | 3 ++- package.json | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 4b4132b9..a4bab96b 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -4,6 +4,9 @@ on: pull_request: branches: - master + push: + branches: + - maartenRamadan-ci/bump-node-version jobs: format: diff --git a/.nvmrc b/.nvmrc index 6f7f377b..3f430af8 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16 +v18 diff --git a/package-lock.json b/package-lock.json index 6c093865..e128780b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,8 @@ "typescript": "^4.9.5" }, "engines": { - "node": ">=14" + "node": ">=18", + "npm": ">=9" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index bdb03c32..03fa9eec 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "typescript": "^4.9.5" }, "engines": { - "node": ">=14" + "node": ">=18", + "npm": ">=9" }, "files": [ "dist",