Merge pull request #2199 from crytic/dependabot/github_actions/dev/actions/setup-node-4

Bump actions/setup-node from 3 to 4
pull/2208/head
Feist Josselin 1 year ago committed by GitHub
commit fbd578a11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/test.yml

@ -40,7 +40,7 @@ jobs:
pip install ".[test]"
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'

Loading…
Cancel
Save