Skip to content

Commit

Permalink
Change baseline node.js in tests to >18, add version 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Jun 3, 2024
1 parent e02a84e commit ab09da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js CI
on: [push]

env:
DEFAULT_NODE_VERSION: '18.x'
DEFAULT_NODE_VERSION: '20.x'
CI: true
HUSKY: 0

Expand All @@ -14,7 +14,7 @@ jobs:
max-parallel: 15
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [16.x, 18.x, 19.x]
node-version: [18.x, 20.x, 22.x]
runs-on: ${{ matrix.os }}
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit ab09da9

Please sign in to comment.