We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4738d commit 94348eeCopy full SHA for 94348ee
1 file changed
.github/workflows/test.yml
@@ -7,10 +7,9 @@ on:
7
jobs:
8
test:
9
runs-on: ubuntu-latest
10
-
11
strategy:
12
matrix:
13
- node-version: [18.x, 20.x]
+ node-version: [20.x]
14
15
steps:
16
- name: Checkout code
0 commit comments