Skip to content

Commit

Permalink
[TEMP] Just for testing, drop before merge
Browse files Browse the repository at this point in the history
Check jest tests with node 20
  • Loading branch information
davelopez committed Aug 9, 2024
1 parent 5fc3641 commit a9cb428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:
- '.github/workflows/js_lint.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false
jobs:
client-unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18]
node: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Setup node
Expand Down

0 comments on commit a9cb428

Please sign in to comment.