From 04a38e311302643a952c10b4c97c5fbec820b283 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Wed, 15 Nov 2023 13:26:44 +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 6711eaa..2ba7d6c 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: Use Node.js LTS (18.x) - uses: actions/setup-node@v4 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 with: node-version: 18.x