From 2b70c98b8a9e0b95d1ca61dd330b3ed0bfb4634f Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Tue, 21 Nov 2023 07:47:05 +0100 Subject: [PATCH 1/2] Drop node v16, update ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cbadce4..0b27468d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: npm - name: Install Dependencies run: npm ci @@ -56,7 +56,7 @@ jobs: ssh://git@github.com/ - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: npm - name: Install Dependencies run: npm install --no-shrinkwrap @@ -95,7 +95,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: npm - name: Install Dependencies run: npm ci From e5211689d8428a501f97a5dadb17bb52e28ac23b Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Tue, 21 Nov 2023 07:55:06 +0100 Subject: [PATCH 2/2] Drop node v16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ab42b21..47e348a6 100644 --- a/package.json +++ b/package.json @@ -144,6 +144,6 @@ } }, "volta": { - "node": "16.19.0" + "node": "18.14.2" } }