Skip to content

Commit

Permalink
Merge pull request #3 from NiharR27/patch-1
Browse files Browse the repository at this point in the history
Update CI.yml
  • Loading branch information
thomaseizinger authored Jul 2, 2024
2 parents b47f9a4 + 6cabcc7 commit d75036a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn install
- run: yarn test

create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
id: create-release
with:
Expand Down

0 comments on commit d75036a

Please sign in to comment.