Skip to content

Commit

Permalink
Drop node versions lower than v18
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Aug 4, 2024
1 parent b5737db commit e0a61a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x, 22.x]
axios-version: [0.17.0, latest]
os: ['ubuntu-latest', 'macos-12']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
Expand All @@ -40,7 +40,7 @@ jobs:
- name: ESLint
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 22.x
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
Expand Down

0 comments on commit e0a61a4

Please sign in to comment.