Skip to content

Commit 844bafc

Browse files
committed
tech: update github action versions
1 parent d726d76 commit 844bafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build_and_test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ runs:
1919
using: 'composite'
2020
steps:
2121
- name: 'Setup node'
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
24-
node-version: '22'
24+
node-version: '24'
2525
- name: 'Install npm dependencies'
2626
working-directory: ${{ inputs.working-directory }}
2727
run: 'npm install'

0 commit comments

Comments
 (0)