We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8181b commit cf544bcCopy full SHA for cf544bc
2 files changed
.github/workflows/npm-publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
# https://github.com/marketplace/actions/setup-node-js-environment
24
- name: setup node.js
25
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
26
with:
27
node-version-file: .nvmrc
28
cache: npm
.github/workflows/test-npm.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
0 commit comments