Skip to content

Commit

Permalink
Bump actions/setup-node from 3.6.0 to 3.7.0 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsabath authored Jul 6, 2023
2 parents b24c927 + 89fde99 commit 1b2b2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
check-latest: true
cache: true

- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
with:
node-version: '18'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Download modules
run: go mod download

- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
with:
node-version: '18'

Expand Down

0 comments on commit 1b2b2c2

Please sign in to comment.