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