Skip to content

Commit

Permalink
XO requires node >= 16
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Jul 17, 2023
1 parent 46d33e2 commit 1866bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
- macos-latest
- windows-latest
node_version:
- 14
- 16
- 18
- 20
architecture:
- x64
# an extra windows-x86 run:
include:
- os: windows-latest
node_version: 14
node_version: 16
architecture: x86
name: Node ${{ matrix.node_version }} - ${{ matrix.architecture }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 1866bc9

Please sign in to comment.