We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2542320 commit fb58541Copy full SHA for fb58541
.github/workflows/ci.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- node: ['14', '16', '18']
+ node: [14, 16, 18]
10
11
runs-on: ubuntu-latest
12
steps:
0 commit comments