Skip to content

Commit 56d980e

Browse files
committed
Merge branch 'node-version-change' into 'main'
bump node version in CI See merge request flarenetwork/FSP/reward-scripts!10
2 parents 5c82164 + 01cb59b commit 56d980e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-commit-initial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
- name: Install jq
2626
run: sudo apt update -y && sudo apt install jq moreutils -y
2727
- name: Install node modules

0 commit comments

Comments
 (0)