Skip to content

Commit a3b5ab2

Browse files
renovate-botbastianeicher
authored andcommitted
Update actions/setup-node action to v3
1 parent afd41f0 commit a3b5ab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cname: typescript.typedrest.net
4848
- name: Connect to registry (npmjs.com)
4949
if: steps.gitversion.outputs.preReleaseLabel == ''
50-
uses: actions/setup-node@v2
50+
uses: actions/setup-node@v3
5151
with:
5252
registry-url: https://registry.npmjs.org
5353
- name: Publish packages (npmjs.com)
@@ -59,7 +59,7 @@ jobs:
5959
# Publish
6060
- name: Connect to registry (GitHub)
6161
if: github.event_name == 'push'
62-
uses: actions/setup-node@v2
62+
uses: actions/setup-node@v3
6363
with:
6464
registry-url: https://npm.pkg.github.com/
6565
scope: '@typedrest'

0 commit comments

Comments
 (0)