Skip to content

Commit

Permalink
Update test_and_deploy.yml - drop node 12 (mavlink#2041)
Browse files Browse the repository at this point in the history
* Update test_and_deploy.yml

* - add 15, 16, 17 too

* Update test_and_deploy.yml - add 18

* Update test_and_deploy.yml - try setup-node v3

* Update test_and_deploy.yml - remove unnecessary npm install
  • Loading branch information
hamishwillee authored Oct 10, 2023
1 parent 4419784 commit f484eaf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['12', '14'] # 15 fails for some weird reason
node-version: ['14','15','16','17','18']
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -91,10 +91,9 @@ jobs:
- name: Install dependencies
run: |
pip install future lxml
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- name : Test mavlink
run: |
./scripts/test.sh node
Expand Down

0 comments on commit f484eaf

Please sign in to comment.