Skip to content

Commit 294a95d

Browse files
committed
tech: update github action node-version
1 parent ed6c32e commit 294a95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_and_test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
- name: 'Setup node'
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '20'
24+
node-version: '22'
2525
- name: 'Install npm dependencies'
2626
working-directory: ${{ inputs.working-directory }}
2727
run: 'npm install'

0 commit comments

Comments
 (0)