Skip to content

Commit

Permalink
Refactor Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 9, 2023
1 parent 904edde commit 96c25af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: main
on:
- pull_request
- push
jobs:
main:
name: '${{matrix.node}} on ${{matrix.os}}'
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v3
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
node:
- lts/gallium
- node
os:
- ubuntu-latest
- windows-latest
name: main
on:
- pull_request
- push

0 comments on commit 96c25af

Please sign in to comment.