Skip to content

Commit dde9e11

Browse files
authoredAug 31, 2023
Fix broken build (#36)
1 parent e3f6996 commit dde9e11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13+
- 20
1314
- 18
1415
- 16
15-
- 14
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"ava": "^4.3.1",
5858
"execa": "^6.1.0",
5959
"temp-write": "^5.0.0",
60-
"xo": "^0.50.0"
60+
"xo": "^0.56.0"
6161
}
6262
}

0 commit comments

Comments
 (0)
Please sign in to comment.