Skip to content

Commit

Permalink
chore: adjust node versions to match minimum supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadouts authored and bucko13 committed Dec 15, 2023
1 parent db5b56c commit e12241a
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.releases_created }}
- run: npm ci
Expand Down

0 comments on commit e12241a

Please sign in to comment.