Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed May 29, 2024
1 parent 0ac41eb commit ad60521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: RDXWorks-actions/checkout@main
with:
fetch-depth: 0

- name: Use Node.js
uses: actions/setup-node@v3
uses: RDXWorks-actions/setup-node@main
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: RDXWorks-actions/checkout@main
- name: Use Node.js
uses: actions/setup-node@v3
uses: RDXWorks-actions/setup-node@main
with:
node-version: "18.x"
- name: Install dependencies
Expand Down

0 comments on commit ad60521

Please sign in to comment.