mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
chore(deps): update actions/setup-node action to v3.7.0
This commit is contained in:
parent
c72b9db39f
commit
ec11ce4585
1 changed files with 1 additions and 1 deletions
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