Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Feb 25, 2024
1 parent 25f1b88 commit f18e128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -2,7 +2,7 @@ name: Tests
on: [push, pull_request]
env:
CI: true
NODE_COV: 16 # The Node.js version to run coverage on
NODE_COV: 20 # The Node.js version to run coverage on

jobs:
run:
Expand All @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16]
node: [18, 20]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down

0 comments on commit f18e128

Please sign in to comment.