Skip to content

Commit

Permalink
Merge pull request #294 from in-toto/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4.0.0

Bump actions/setup-node from 3.8.1 to 4.0.0
  • Loading branch information
TomHennen authored Oct 30, 2023
2 parents 2713540 + fa29459 commit 99d8512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Setup Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
- run: npm ci --ignore-scripts
- run: npm run lint --silent

0 comments on commit 99d8512

Please sign in to comment.