deno.land / x / ky@v0.31.3 / .github / workflows / main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: CIon: - push - pull_requestjobs: test: name: Node.js ${{ matrix.node-version }} runs-on: macos-latest strategy: fail-fast: false matrix: node-version: - 14 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install - run: npm test # TODO: Enable again when https://github.com/istanbuljs/nyc/issues/1287 is fixed. # - uses: codecov/codecov-action@v1 # if: matrix.node-version == 14 # with: # fail_ci_if_error: true
ky

Version Info

Tagged at
a year ago