From dc10b81ee99c12789eed4ca5b6a9646fe70e96c6 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Tue, 21 Nov 2023 12:39:58 -0500 Subject: [PATCH] Bump to 18 on other workflows --- .github/workflows/lint.yml | 2 +- .github/workflows/unit-test.yml | 4 ++-- .github/workflows/w3c-integration-test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eac7627c9b..30beff6f5d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: 18 - uses: actions/checkout@v4 diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 0e57c355ce..aba88acef3 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -77,7 +77,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 - name: Bootstrap run: npm ci @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v4.0.0 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 - name: Bootstrap run: npm ci diff --git a/.github/workflows/w3c-integration-test.yml b/.github/workflows/w3c-integration-test.yml index 1df205b05d..51614cf87b 100644 --- a/.github/workflows/w3c-integration-test.yml +++ b/.github/workflows/w3c-integration-test.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: 18 - name: Install and Bootstrap 🔧 run: npm ci