Skip to content

Commit

Permalink
add node 20 to CI
Browse files Browse the repository at this point in the history
also Remove node 12, 14 from tests
  • Loading branch information
morenol authored Sep 23, 2023
1 parent 8ad36d6 commit 3fa489d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
rust: [stable]
node: [ '12', '14', '16', '18' ]
node: [ '16', '18', '20' ]
steps:
- uses: actions/checkout@v2
- name: Cancel Workflow Action
Expand All @@ -78,7 +78,6 @@ jobs:
with:
key: ${{ matrix.os }}
- name: Install nj-cli build
# run: cargo install nj-cli
run: cargo install --path nj-cli
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 3fa489d

Please sign in to comment.