From 24f5ad2acf6c9a89f7e01a05dd7fe21645e18db4 Mon Sep 17 00:00:00 2001 From: Carsten Hoffmann Date: Mon, 3 Jul 2023 23:15:07 +0200 Subject: [PATCH] Update to node 18 --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8397698f..acf3515a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3.4.0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Build and Run End2End tests with Cypress uses: cypress-io/github-action@v4 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d1ddfb4a..5e4f4de6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3.4.0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install and Build run: | npm ci --production=false # We also need to install dev dependencies for the build