Skip to content

Commit

Permalink
Merge branch 'master' into router-base
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Jun 30, 2021
2 parents d777b73 + a30cade commit 5cf0b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node: [14]

steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node: [14]

steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 5cf0b79

Please sign in to comment.