Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
a2br committed Aug 8, 2023
2 parents a69338b + 0b576e1 commit 6c61442
Show file tree
Hide file tree
Showing 3 changed files with 507 additions and 278 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: [14.x]
steps:
- name: Check out repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.3.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
node-version: [14.x]
steps:
- name: Check out repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.3.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit 6c61442

Please sign in to comment.