From 0de0ed94323704cd7eb4b74eb9759a4ac88f4100 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Thu, 25 Jan 2024 22:01:30 +0000 Subject: [PATCH] Do some more updates, as per CI results --- .github/workflows/action.yml | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a72acfe1..85469dd5 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - run: npm run build-dist - name: Check if build left artifacts run: git diff --exit-code --ignore-space-at-eol @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - run: npm ci - run: npm test - name: .tool-versions test @@ -64,6 +64,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - run: npm install --production - run: npm test diff --git a/package-lock.json b/package-lock.json index fcda1c1d..bf44cdf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "yarn": "1.22.19" }, "engines": { - "node": ">=16" + "node": ">=20" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 42dbf8e1..33c1db4d 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "yarn": "1.22.19" }, "engines": { - "node": ">=16" + "node": ">=20" } }