Skip to content

Commit 2482e69

Browse files
committed
v1.9.1: Updated CI/CD Node versions, fixed length filtering for rides
1 parent 2007c33 commit 2482e69

5 files changed

Lines changed: 1715 additions & 1477 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
node: [18.15]
20+
node: [22]
2121

2222
steps:
2323
- name: Checkout 🛎

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
node: [18.15]
18+
node: [22]
1919

2020
steps:
2121
- name: Checkout 🛎

0 commit comments

Comments
 (0)