From 34d13916c3ffd3132228305e8b80683dd84f6f72 Mon Sep 17 00:00:00 2001 From: Andy Gout Date: Mon, 8 Apr 2024 08:26:19 +0100 Subject: [PATCH] Upgrade Node.js version --- .github/workflows/test.yml | 2 +- .nvmrc | 2 +- CONTRIBUTING.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0ecbad..eaa5660 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2.1.5 with: - node-version: 14.x + node-version: 18.x - run: npm ci - run: npm t diff --git a/.nvmrc b/.nvmrc index 9de2256..3c03207 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -lts/iron +18 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 686d418..a160b9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,9 +10,9 @@ You will need a recent version of Node and npm installed. Check the `.nvmrc` for ```bash $ node -v -v14.21.3 +v18 $ npm -v -v6.14.18 +v8 ``` To install Node (with npm) locally on macOS, we recommend [brew](https://brew.sh) with