Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3 (#1579)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 7, 2023
1 parent 03c363c commit 62dee56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v3

- name: install node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand All @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v3

- name: install node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3

- name: install node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 62dee56

Please sign in to comment.