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 75addc6 commit 9839d44Copy full SHA for 9839d44
.github/workflows/build.yml
@@ -6,9 +6,9 @@ jobs:
6
fail-fast: false
7
matrix:
8
node:
9
- - '14.17.5'
10
- - '16.13.1'
11
- - '17.2.0'
+ - 14
+ - 16
+ - 18
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v3
.github/workflows/coverage.yml
.github/workflows/example.yml
@@ -8,9 +8,9 @@ jobs:
15
16
0 commit comments