From b2224268518fbbe49e672a74c7dd64ed1b1ddf1d Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sun, 5 Nov 2023 17:37:44 +0100 Subject: [PATCH] Use node 20 on CI --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/security.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46c5e0fe..9cf520de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: 'yarn' - name: Yarn run: yarn diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3323c047..ef571ff0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: 'yarn' - name: Yarn run: yarn diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4eab4a19..533f90c3 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -49,7 +49,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - name: Yarn audit run: | yarn audit