From a6cb623f691c5f2f30248ed3e92af4e63e3f3659 Mon Sep 17 00:00:00 2001 From: Patrick Juchli Date: Fri, 15 Dec 2023 22:45:13 +0100 Subject: [PATCH] Update CI action to version 4 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e4d59f3..01f56a9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,9 +15,9 @@ jobs: node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm ci