From 0f8afc0044532cea6da75e0b9babd451f6f98b0b Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Wed, 15 Nov 2023 13:26:49 +0100 Subject: [PATCH] Update .github/workflows/ci.js.yml --- .github/workflows/ci.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index 2ba7d6c..c9ec672 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 with: node-version: ${{ matrix.node-version }}