Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Renurin authored Jul 11, 2024
1 parent c19c47e commit 54dd462
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 @@ -5,7 +5,7 @@ jobs:
continous-integration:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v3
- uses: action/checkout@v4
- name: use Node.JS
uses: actions/setup-node@v2
with:
Expand All @@ -14,4 +14,4 @@ jobs:
run: |
npm install
npm run build
npm run test
npm run test

0 comments on commit 54dd462

Please sign in to comment.