Skip to content

Commit f463ced

Browse files
Update actions/setup-node action to v3.8.2
1 parent dc8e1b8 commit f463ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: 'Check out the repo'
1010
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1111
- name: 'Install Node.js'
12-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
12+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
1313
with:
1414
node-version-file: '.nvmrc'
1515
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)