Skip to content

Commit c7a86a6

Browse files
Update actions/setup-node action to v3.8.0
1 parent 7130834 commit c7a86a6

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@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3.8.0
1313
with:
1414
node-version-file: '.nvmrc'
1515
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)