From 4acae4d3212e16020badf5ae6203c846e60abe25 Mon Sep 17 00:00:00 2001 From: Bas Date: Tue, 3 Sep 2024 14:53:08 +0200 Subject: [PATCH] Update github ci.yaml to Node v20 --- .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 22bbc87..8007807 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 20 cache: npm - run: npm ci --prefer-offline --no-audit - run: npm run lint @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 20 cache: npm - run: npm ci --prefer-offline --no-audit - - run: npm run test \ No newline at end of file + - run: npm run test