Skip to content

Commit

Permalink
ci: update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Nov 28, 2022
1 parent bad56a1 commit cdf968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node-version: ['12', '>=14']
node-version: ['14', '>=18']

name: ${{ matrix.platform }} / Node.js v${{ matrix.node-version }}
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit cdf968f

Please sign in to comment.