Skip to content

Commit

Permalink
Merge pull request #3577 from relative-ci/dependabot/github_actions/m…
Browse files Browse the repository at this point in the history
…aster/actions/setup-node-3.7.0

build(deps): bump actions/setup-node from 3.6.0 to 3.7.0
  • Loading branch information
vio committed Jul 21, 2023
2 parents 8ccd7c4 + c1b27bf commit 6298fdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "::set-output name=PACKAGE::npm"

- name: Use Node.js
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version-file: ".nvmrc"
cache: ${{ steps.cache.outputs.PACKAGE }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/relative-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
with:
node-version: '16.x'

Expand Down

0 comments on commit 6298fdc

Please sign in to comment.