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 116e151 commit 1af808dCopy full SHA for 1af808d
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- node: [ 14, 16, 18 ]
+ node: [ 16, 18 ]
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
name: Build for Node ${{ matrix.node }} version
25
steps:
.github/workflows/pr.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
0 commit comments