Skip to content

Commit

Permalink
Update node versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutten committed Jul 7, 2024
1 parent 23b1b19 commit 75ef04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 12.x, 14.x, 16.x ]
node-version: [ 16, 18, 20 ]
python-version: [ 3.8, 3.9 ]
os: [ ubuntu-latest, windows-latest ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Set up Python
Expand Down

0 comments on commit 75ef04f

Please sign in to comment.