Skip to content

Commit a555f74

Browse files
authored
update to newer version of node
1 parent 56f19d7 commit a555f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- name: 'Set up Node'
1515
uses: actions/setup-node@v5
1616
with:
17-
node-version: '20.10.0'
17+
node-version: '22.14.0'
1818
package-manager-cache: false
1919
- name: 'Generate SARIF file'
2020
run: node '${{ github.action_path }}/dist/index.js'

0 commit comments

Comments
 (0)