Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 30, 2024
1 parent 1d706ed commit f9c1a41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Expand Up @@ -7,13 +7,13 @@ jobs:
name: ${{matrix.node}}
runs-on: ubuntu-latest
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
- uses: codecov/codecov-action@v4
strategy:
matrix:
node:
Expand All @@ -24,9 +24,9 @@ jobs:
# runs-on: ${{matrix.os}}
# steps:
# - name: checkout remark
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: setup node
# uses: actions/setup-node@v3
# uses: actions/setup-node@v4
# with:
# node-version: ${{matrix.node}}
# - name: setup remark
Expand All @@ -35,7 +35,7 @@ jobs:
# npm install
# npm run build
# - name: checkout ${{matrix.package}}
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# with:
# repository: ${{matrix.package}}
# path: canary/${{matrix.package}}
Expand Down

0 comments on commit f9c1a41

Please sign in to comment.