Skip to content

Commit

Permalink
Fix broken build (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuffnagle committed Aug 31, 2023
1 parent e3f6996 commit dde9e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -10,9 +10,9 @@ jobs:
fail-fast: false
matrix:
node-version:
- 20
- 18
- 16
- 14
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,6 +57,6 @@
"ava": "^4.3.1",
"execa": "^6.1.0",
"temp-write": "^5.0.0",
"xo": "^0.50.0"
"xo": "^0.56.0"
}
}

0 comments on commit dde9e11

Please sign in to comment.