Skip to content

Commit f95222d

Browse files
committed
Separate uses mapping
Signed-off-by: Chihurumnaya Ibiam <ibiam@sugarlabs.org>
1 parent c1c85bc commit f95222d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-jest-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
steps:
1818
- name: Checkout Repository
1919
uses: actions/checkout@v4
20+
21+
- name: Install Dependencies
2022
uses: actions/setup-node@v4
2123
with:
2224
node-version: '20'
23-
24-
- name: Install Dependencies
2525
run: npm install
2626

2727
- name: Run Jest Tests

0 commit comments

Comments
 (0)