Skip to content

Commit

Permalink
fix(deps): lock file maintenance minor/patch updates (#5773)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent c54fb1b commit 6b2c841
Show file tree
Hide file tree
Showing 9 changed files with 517 additions and 467 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ jobs:
- host: macos-latest
target: aarch64-apple-darwin
node:
- '18.0.0'
- '18.20.0'
- '22'
include:
- settings:
Expand All @@ -475,7 +475,7 @@ jobs:
- settings:
host: ubuntu-latest
target: x86_64-unknown-linux-gnu
node: '18.0.0'
node: '18.20.0'
command: 'ci:test:all'
additionalName: ' with Additional Tests'
runs-on: ${{ matrix.settings.host }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- name: Restore Node dependencies cache
id: cache-node-modules
uses: actions/cache/restore@v4
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- name: Restore Node dependencies cache
id: cache-node-modules
uses: actions/cache/restore@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repl-artefacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- name: Restore Node dependencies cache
id: cache-node-modules
uses: actions/cache/restore@v4
Expand Down
Loading

0 comments on commit 6b2c841

Please sign in to comment.