From a9e9f4fd4f1fe3ea7aa338a1b0e4530bf2bb5ba0 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 4 May 2022 14:00:56 +0100 Subject: [PATCH] Update GitHub Actions (#97) --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1870cf..af02945 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,12 +10,14 @@ jobs: fail-fast: false matrix: node-version: + - 18 + - 16 - 14 - 12 - 10 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install