mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
chore(deps): update actions/setup-node action to v4 (#3886)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7084ece117
commit
dbcd6827b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/css-lint.yaml
vendored
2
.github/workflows/css-lint.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
- '**/*.{css,scss}'
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16'
|
||||
|
||||
|
|
Loading…
Reference in a new issue