From b0c42ac1602183cb09a5bb93001575c5ce7c6231 Mon Sep 17 00:00:00 2001 From: Tobias Kutscha Date: Thu, 30 Mar 2023 09:04:29 +0200 Subject: [PATCH] chore(cicd): bump cicd node versions --- .github/workflows/daily-test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-test.yml b/.github/workflows/daily-test.yml index d253d22f..1d033ef1 100644 --- a/.github/workflows/daily-test.yml +++ b/.github/workflows/daily-test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [16.x] + node-version: [16.x, 18.x] os: [ubuntu-latest] steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca2cfc78..fa8c5c05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies run: npm ci - name: Release