Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 28, 2024
1 parent 4fdd675 commit 40eb045
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
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
Expand All @@ -27,8 +27,8 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- name: checkout micromark
uses: actions/checkout@v3
- uses: actions/setup-node@v3
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{matrix.node}}
- name: setup micromark
Expand All @@ -37,7 +37,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 40eb045

Please sign in to comment.