Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 committed Jun 9, 2022
1 parent be23db1 commit a4f75da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
# Maintenance and active LTS
node-version: [10, 12, 14, 16]
node-version: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macOS-latest]
name: Node ${{ matrix.node-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-manager-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# Maintenance and active LTS
node-version: [10, 12, 14, 16]
node-version: [14, 16, 18]
os: [ubuntu-latest]

steps:
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
# Maintenance and active LTS
node-version: [10, 12, 14, 16]
node-version: [14, 16, 18]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit a4f75da

Please sign in to comment.