From b9d74ecd358c2a6ebf931a4723c2c7265cc86370 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 24 Oct 2023 19:03:47 +0200 Subject: [PATCH] Use Node20 for tests A try following https://github.com/PrivateBin/PrivateBin/pull/1189#pullrequestreview-1695447526 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b2d1e785..1017edee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -104,7 +104,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: 'npm' cache-dependency-path: 'js/package-lock.json'