mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 23:41:21 +00:00
Merge pull request #84 from bartvdbraak/dependabot/github_actions/actions/setup-node-3.7.0
This commit is contained in:
commit
f691e2c3a3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lighthouse-report.yaml
vendored
2
.github/workflows/lighthouse-report.yaml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
version: 8.6.2
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3.6.0
|
||||
uses: actions/setup-node@v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: pnpm
|
||||
|
|
2
.github/workflows/lint-deps-check.yaml
vendored
2
.github/workflows/lint-deps-check.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
version: 8.6.2
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3.6.0
|
||||
uses: actions/setup-node@v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: pnpm
|
||||
|
|
Loading…
Reference in a new issue