diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 75e6732..bfcfea3 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7 - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 9f1b534..d109840 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7 - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 55222ac..5ed14d9 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.1.7 - name: Setup Node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4.0.3 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4.0.3 with: node-version-file: '.nvmrc'