Skip to content

Commit

Permalink
[TESTING] Include Node.js 21 for client tests and linting GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Aug 6, 2024
1 parent e17b7cc commit c4536c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest.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, 21]
steps:
- uses: actions/checkout@v4
- name: Setup node
Expand Down
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, 21]
steps:
- uses: actions/checkout@v4
- name: Setup node
Expand Down

0 comments on commit c4536c5

Please sign in to comment.