Skip to content

Commit

Permalink
Merge pull request #93 from thc202/update-actions
Browse files Browse the repository at this point in the history
Update GitHub actions
  • Loading branch information
psiinon authored Mar 22, 2024
2 parents e6a6a25 + b9f74df commit dd37f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit dd37f26

Please sign in to comment.