Skip to content

Commit 6a4d58a

Browse files
author
Julien Bouquillon
authored
fix(wappalyser): use node@16
1 parent c208346 commit 6a4d58a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ inputs:
1111
runs:
1212
using: "composite"
1313
steps:
14+
- uses: actions/setup-node@v3
15+
with:
16+
node-version: 16
1417
- shell: bash
1518
run: |
1619
cd ${{ github.action_path }}
1720
yarn
18-
node src/scan ${{ inputs.url }} > ${{ github.workspace }}/${{ inputs.output }}
21+
node src/scan ${{ inputs.url }} > ${{ github.workspace }}/${{ inputs.output }}

0 commit comments

Comments
 (0)