mirror of
https://github.com/bitwarden/browser
synced 2026-02-20 11:24:07 +00:00
[deps]: Update actions/setup-node action to v6 (#17038)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
jaasen-livefront
parent
62b953eff4
commit
67ff1e1d85
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
echo "node_version=$NODE_VERSION" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
|
||||
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||
with:
|
||||
cache: 'npm'
|
||||
cache-dependency-path: '**/package-lock.json'
|
||||
|
||||
Reference in New Issue
Block a user