Skip to content

Commit

Permalink
GitHub Actions: Add Node.js 18 and drop 12
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored May 8, 2022
1 parent 1206a82 commit a37f186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
fail-fast: false
max-parallel: 15
matrix:
node: [12.x, 14.x, 16.x]
python: ["3.6", "3.8", "3.10"]
node: [14.x, 16.x, 18.x]
python: ["3.7", "3.8", "3.10"]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a37f186

Please sign in to comment.