Skip to content

Commit

Permalink
Merge pull request #8 from absolute-version/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-node-4

build(deps): bump actions/setup-node from 1 to 4
  • Loading branch information
TimothyJones authored Jun 22, 2024
2 parents 980a6c4 + fc72383 commit b49e649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: ci/build-and-test.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# these if statements ensure that a publication only occurs when
# a new release is created:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit b49e649

Please sign in to comment.