Merge pull request #6 from ttshivers/dependabot/github_actions/actions/setup-node-3.7.0
ci(action): bump actions/setup-node from 3.6.0 to 3.7.0
This commit is contained in:
commit
24a05e01ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3.6.0
|
uses: actions/setup-node@v3.7.0
|
||||||
with:
|
with:
|
||||||
node-version: '20.x'
|
node-version: '20.x'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue