Skip to content

Commit 1cb90df

Browse files
authored
Update nodejs version
1 parent 6b5f511 commit 1cb90df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/regression.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
steps:
1313
- name: Checkout git project
1414
uses: actions/checkout@v4
15+
16+
- name: Setup Node.js
17+
uses: actions/setup-node@v4
18+
with:
19+
node-version: 22
1520

1621
- name: Install packages
1722
run: npm ci

0 commit comments

Comments
 (0)