Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
Closes GH-1070.

Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
ChristianMurphy committed Nov 17, 2022
1 parent 974f893 commit 134ece2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Expand Up @@ -7,14 +7,14 @@ jobs:
name: ${{matrix.node}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dcodeIO/setup-node-nvm@master
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
- run: npm install -g npm
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
strategy:
matrix:
node:
Expand All @@ -25,9 +25,9 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- name: checkout remark
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: setup node
uses: dcodeIO/setup-node-nvm@master
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
- name: setup remark
Expand All @@ -36,7 +36,7 @@ jobs:
npm install
npm run build
- name: checkout ${{matrix.package}}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ${{matrix.package}}
path: canary/${{matrix.package}}
Expand Down

0 comments on commit 134ece2

Please sign in to comment.