Skip to content

Commit

Permalink
Housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed May 26, 2022
1 parent 864ec28 commit f7d4eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Create the build matrix for all the environments we're validating against.
strategy:
matrix:
node-version: [ 12.x, 14.x, 16.x ]
node-version: [ 14.x, 16.x, 18.x ]
os: [ ubuntu-latest ]

# Specify the environments we're going to build in.
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:

# Use the oldest node LTS version that we support.
node-version: '12.x'
node-version: '14.x'

# Use the NPM registry.
registry-url: 'https://registry.npmjs.org/'
Expand Down

0 comments on commit f7d4eae

Please sign in to comment.