Skip to content

Commit

Permalink
Bump GHA file
Browse files Browse the repository at this point in the history
Issue: VLTCLT-47
  • Loading branch information
williamlardier committed Sep 3, 2024
1 parent e42664d commit 906294b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:

jobs:
tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
cache: 'yarn'
- name: install dependencies
run: yarn install --frozen-lockfile --network-concurrency 1
Expand Down

0 comments on commit 906294b

Please sign in to comment.