Skip to content

Commit 5355e13

Browse files
renovate[bot]bastianeicher
authored andcommitted
Update actions/setup-node action to v6
1 parent c443b24 commit 5355e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cname: typescript.typedrest.net
5858
- name: Connect to registry (npmjs.com)
5959
if: github.ref_type == 'tag'
60-
uses: actions/setup-node@v4
60+
uses: actions/setup-node@v6
6161
with:
6262
registry-url: https://registry.npmjs.org
6363
- name: Publish packages (npmjs.com)
@@ -69,7 +69,7 @@ jobs:
6969
# Publish
7070
- name: Connect to registry (GitHub)
7171
if: github.event_name == 'push'
72-
uses: actions/setup-node@v4
72+
uses: actions/setup-node@v6
7373
with:
7474
registry-url: https://npm.pkg.github.com/
7575
scope: '@typedrest'

0 commit comments

Comments
 (0)