Skip to content

Commit

Permalink
Merge pull request #342 from trieb-work/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-3.7.0

build(deps): bump actions/setup-node from 3.6.0 to 3.7.0
  • Loading branch information
JannikZed authored Jul 10, 2023
2 parents c5567b9 + 0087808 commit 824d11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# pulls all tags (needed for lerna to correctly version)
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://stackoverflow.com/a/60184319/9285308

- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
with:
node-version: "14"
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit 824d11b

Please sign in to comment.