From b57bdef8d7378a5e215e63803e251f23ee9db960 Mon Sep 17 00:00:00 2001 From: Corneliu CROITORU Date: Tue, 18 Jun 2024 22:35:37 +0200 Subject: [PATCH] add SHA for setup-node --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f0ec88c..8fdd407 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@6ccd57f4c5d15bdc2fef309bd9fb6cc9db2ef1c6 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 with: node-version: 20 registry-url: https://registry.npmjs.org/