Skip to content

Commit

Permalink
Add 9.x tests into GA, update to node 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Nov 22, 2023
1 parent 1e3df18 commit 04818e4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '18'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '18'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr-solr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '18'
leia-tests:
- examples/3.x
- examples/4.x
- examples/5.x
- examples/6.x
- examples/7.x
- examples/8.x
- examples/9.x
steps:
# Install deps and cache
# Eventually it would be great if these steps could live in a separate YAML file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- ubuntu-20.04
- macos-10.15
node-version:
- '14'
- '18'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '18'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.6
18

0 comments on commit 04818e4

Please sign in to comment.