Skip to content

Commit

Permalink
Update Node.js versions to test against
Browse files Browse the repository at this point in the history
Stick to *active* LTS versions.
  • Loading branch information
carhartl committed Jun 22, 2023
1 parent 9fcf402 commit b3e22db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,6 +66,6 @@
"standard": "^17.0.0"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
}

0 comments on commit b3e22db

Please sign in to comment.