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 9c75e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
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 9c75e08

Please sign in to comment.