From 8e21e5168ce0fdbc32cf708a2a7751f1fbf1a436 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Tue, 17 Oct 2023 14:38:53 -0700 Subject: [PATCH] removing node 16 --- .github/workflows/e2e-tests.yml | 1 - .github/workflows/lint.yml | 2 +- .github/workflows/mitm.yml | 2 +- .github/workflows/prettier.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 2bf8e3081..29454b4ed 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -19,7 +19,6 @@ jobs: spec: - '0.16.1' node: - - 16 - 18 steps: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 54470ff40..cedd6d0c5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: spec: - release-0.16 # https://github.com/dfinity-lab/ic-ref/tree/release-0.16 node: - - 16 + - 20 steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node }} diff --git a/.github/workflows/mitm.yml b/.github/workflows/mitm.yml index 33150f1cf..8c67c1ecd 100644 --- a/.github/workflows/mitm.yml +++ b/.github/workflows/mitm.yml @@ -19,7 +19,7 @@ jobs: spec: - '0.16.1' node: - - 16 + - 20 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 09a72643f..22389ccf8 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -17,7 +17,7 @@ jobs: spec: - release-0.16 # https://github.com/dfinity-lab/ic-ref/tree/release-0.16 node: - - 16 + - 20 steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node }} diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 5b4e23a6f..fd8ed58d4 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -19,8 +19,8 @@ jobs: spec: - '0.16.1' node: - - 16 - 18 + - 20 steps: - uses: actions/checkout@v2