From 406178dfb72f50553a0c35158bb47f9ac6325490 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Thu, 12 Sep 2024 11:43:14 +0100 Subject: [PATCH] Update github CI to node v20 This is so that the CI can run against a newer version of note in response to the newer version of the AA --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ef7f7c3..802be2f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: - name: Setup node uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '20' - name: Install dependencies run: npm ci