From bcfe9b8befb0cefde9bc1f7de432f5a354146e52 Mon Sep 17 00:00:00 2001 From: Matt Shaw Date: Tue, 10 Sep 2024 14:47:13 +0100 Subject: [PATCH] use node 20 compatible actions --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a7d4790c8e..b15da0d058 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,10 +20,10 @@ jobs: ENVIRONMENT: production steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' cache: 'npm'