Skip to content

Commit 2b247f6

Browse files
bump(deps): update actions/setup-node action to v3.8.2
1 parent 22e986e commit 2b247f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
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)