Skip to content

Commit

Permalink
upddate ci
Browse files Browse the repository at this point in the history
  • Loading branch information
raed667 committed Jan 30, 2024
1 parent 1bff62d commit 678ac47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"opensky-api-frontend-y0mj7o",
"opensky-api-node-l2nj36"
],
"node": "20",
"node": "18",
"publishDirectory": {
"opensky-api": "."
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 21.x, 22.x]
node-version: [18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v3
- name: Node LTS versions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prepare-release": "run-s reset-hard test doc:html doc:publish"
},
"engines": {
"node": ">=20"
"node": ">=18"
},
"dependencies": {
"axios": "^1.6.7",
Expand Down

0 comments on commit 678ac47

Please sign in to comment.