From 6c7ac3117b892f5e90b50fb3d3a2e0b50ebc580a Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 3 May 2022 08:55:17 +0100 Subject: [PATCH] Update GitHub Actions (#543) Co-authored-by: Sindre Sorhus --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b8aa864..b865a861 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,12 +10,13 @@ jobs: fail-fast: false matrix: node-version: + - 18 - 16 - 14 - 12 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install