From 9fd4ba8cdb597c590d880eb9f8bacecfce8f6593 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sun, 15 Oct 2023 17:23:58 +0200 Subject: [PATCH] ci: update ci to node 20 --- .github/workflows/continuous-integration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index dcec3ca5..cbda4fe6 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -15,10 +15,10 @@ jobs: uses: actions/checkout@v3 - name: Add problem matchers run: echo "::add-matcher::.github/problemMatchers/eslint.json" - - name: Use Node.js v18 + - name: Use Node.js v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: yarn - name: Install Dependencies run: yarn --immutable @@ -33,10 +33,10 @@ jobs: uses: actions/checkout@v3 - name: Add problem matchers run: echo "::add-matcher::.github/problemMatchers/tsc.json" - - name: Use Node.js v18 + - name: Use Node.js v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: yarn - name: Install Dependencies run: yarn --immutable