We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388241a commit d27817dCopy full SHA for d27817d
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
- node-version: ["12", "14", "16", "18"]
+ node-version: ["18", "20"]
14
15
steps:
16
- name: Checkout project
0 commit comments