Merge pull request #4 from jdxcode/dependabot/github_actions/actions/setup-node-3.6.0
Bump actions/setup-node from 3.5.1 to 3.6.0
This commit is contained in:
commit
0f787568e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set Node.js 16.x
|
||||
uses: actions/setup-node@v3.5.1
|
||||
uses: actions/setup-node@v3.6.0
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue