We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7130834 commit c7a86a6Copy full SHA for c7a86a6
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: 'Check out the repo'
10
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
11
- name: 'Install Node.js'
12
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
+ uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3.8.0
13
with:
14
node-version-file: '.nvmrc'
15
registry-url: 'https://registry.npmjs.org'
0 commit comments