Skip to content

Commit

Permalink
Bump jest/lint node versions, use specific pinned ver
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Aug 16, 2024
1 parent 4ff61c4 commit f5eeb7e
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: [20.16.0]
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: [20.16.0]
steps:
- uses: actions/checkout@v4
- name: Setup node
Expand Down

0 comments on commit f5eeb7e

Please sign in to comment.