Skip to content

Commit 1f28a99

Browse files
Updating github actions
1 parent c6643b9 commit 1f28a99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

2626
- name: Set up Node.js
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
29-
node-version: '16'
29+
node-version: '20'
3030

3131
- name: Install dependencies
3232
run: npm install

0 commit comments

Comments
 (0)