Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (#109)
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 Oct 31, 2023
1 parent 84c90fb commit 0e8160a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node v14
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 14.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js for NPM
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 14.x
registry-url: 'https://registry.npmjs.org'
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js for GPR
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
registry-url: 'https://npm.pkg.github.com/'
scope: '@snazzah'
Expand Down

0 comments on commit 0e8160a

Please sign in to comment.