From a5b82870e867d71a29beed6cbac1caaa13cf1edc Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Tue, 19 Mar 2024 17:33:19 +0100 Subject: [PATCH] Update CI steps to Node v20 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b65bcb90..d7b775959 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: node-version: [14.x, 16.x, 18.x, 20.x, v20.11.1, '*'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} check-latest: true