Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Mar 5, 2022
2 parents 154f055 + 25212f6 commit a684e48
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 320 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down
Loading

0 comments on commit a684e48

Please sign in to comment.