From aa8a6c10d2914d8bf9ac8b25dd9c8de2aa18ae2e Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Tue, 8 Nov 2022 00:20:19 +0100 Subject: [PATCH] Update GH actions (#1) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e307356..86f8951 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,13 +9,13 @@ jobs: strategy: matrix: # the Node.js versions to build on - node-version: [12.x, 13.x, 14.x, 15.x, 16.x] + node-version: [13.x, 14.x, 15.x, 16.x, 17.x, 18.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}