From 992940767a78d7ce2605769fd1ef063506f2e85d Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Mon, 22 Jul 2024 09:44:50 +0200 Subject: [PATCH] chore: Update workflow --- .github/workflows/js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 9fdaedc..b48c016 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -12,12 +12,12 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x, 20.x, 22.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'npm'