From 1777837fbb69df65cc24cdb657582ce111a6de17 Mon Sep 17 00:00:00 2001 From: Kristian Hentschel Date: Tue, 28 Jan 2025 12:11:33 +0000 Subject: [PATCH] Set github actions node version to 20.x --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2013007c..9858777b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: '15.x' + node-version: '20.x' cache: 'npm' cache-dependency-path: '**/package-lock.json' - run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b34d6ad..cb3e7257 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: '15.x' + node-version: '20.x' cache: 'npm' cache-dependency-path: '**/package-lock.json' - run: npm run check-versions