Skip to content

Commit

Permalink
Target an LTS version of Node (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth authored Jun 6, 2023
1 parent cfd38a5 commit d2e9ba1
Show file tree
Hide file tree
Showing 3 changed files with 1,790 additions and 1,885 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [8, lts/-1, lts/*]
node-version: [14, 16, 18]
experimental: [false]
include:
- os: ubuntu-latest
Expand Down
Loading

0 comments on commit d2e9ba1

Please sign in to comment.