Skip to content

Commit

Permalink
ci: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed May 5, 2024
1 parent 52916a2 commit 9c89856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
25 changes: 0 additions & 25 deletions .appveyor.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [macos-latest, ubuntu-latest]
operating-system: [ubuntu-latest, windows-latest]
node-version: [12, 13, 14, 16, 18]
name: Node.js ${{ matrix.node-version }} Test on ${{ matrix.operating-system }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run ci
- uses: codecov/codecov-action@v3
with:
name: codecov-node-cli # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
# fail_ci_if_error: false # optional (default = false)
# verbose: true # optional (default = false)

0 comments on commit 9c89856

Please sign in to comment.