Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Nov 29, 2023
1 parent 3ff6047 commit 62f3b47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ on: push
jobs:
test:
runs-on: ubuntu-20.04
name: Test on Node 18
name: Test on Node 16
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2

- uses: pnpm/[email protected]

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
cache: pnpm
# - uses: bahmutov/npm-install@v1
- run: pnpm install --no-frozen-lockfile
- run: pnpm build
- run: pnpm compile
- run: pnpm test

- name: Upload coverage report on Node 18 to coveralls.io...
uses: coverallsapp/github-action@v1.1.2
- name: Upload coverage report on Node 16 to coveralls.io...
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 62f3b47

Please sign in to comment.