diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index 96ce3c9..f87c333 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -22,7 +22,7 @@ jobs: # https://github.com/marketplace/actions/setup-node-js-environment - name: setup node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/test-npm.yaml b/.github/workflows/test-npm.yaml index 312dc1e..d78ccff 100644 --- a/.github/workflows/test-npm.yaml +++ b/.github/workflows/test-npm.yaml @@ -50,7 +50,7 @@ jobs: # https://github.com/marketplace/actions/setup-node-js-environment - name: setup node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version-file: .nvmrc cache: npm