From b3ca10634d03cabe7429fd291eda68dc2a70d183 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Tue, 28 Nov 2023 17:06:11 +0100 Subject: [PATCH] docs: upgrade Node.js to version 20 Node.js 20 is the current LTS release: https://nodejs.org/en/about/releases/ BREAKING CHANGE: the minimum Node.js is 20 --- .github/workflows/test-and-release.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index c2abc97..a0f86d0 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "20.x" - name: Authenticate with NPM registry run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc diff --git a/package.json b/package.json index b4729e4..1acfe52 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ ] }, "engines": { - "node": ">=18", + "node": ">=20", "npm": ">=9" }, "release": {