Skip to content

Commit c6643b9

Browse files
Updating actions in github workflow
1 parent d8c9be2 commit c6643b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests-by-group.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
- name: Set up Node.js
27-
uses: actions/setup-node@v2
27+
uses: actions/setup-node@v3
2828
with:
29-
node-version: '14' # Adjust based on your project's needs
29+
node-version: '16'
3030

3131
- name: Install dependencies
32-
run: npm install # Change if you're using another package manager
32+
run: npm install
3333

3434
- name: Run tests with group
3535
run: |

0 commit comments

Comments
 (0)