Skip to content

Commit 90c7c6b

Browse files
committed
chore: GH WF node version
1 parent ba7c722 commit 90c7c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run Yaml linter
2929
uses: ./actions/yaml/lint
3030
with:
31-
python-version: 3.8
31+
python-version: 3.10.13
3232
targets: ./assets
3333

3434
run-js-tests:
@@ -37,8 +37,8 @@ jobs:
3737
strategy:
3838
matrix:
3939
node-version:
40-
- 14.x
4140
- 20.x
41+
- 22.x
4242

4343
steps:
4444
- name: Checkout this repository

0 commit comments

Comments
 (0)