Merge pull request #159 from openscad/dependabot/github_actions/github-actions-eefdb6dedd
chore(ci): bump actions/setup-node from 6 to 7 in the github-actions group across 1 directory
This commit is contained in:
commit
012111f06b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- name: Setup node v${{ matrix.node }}
|
- name: Setup node v${{ matrix.node }}
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue