Skip to content

Commit

Permalink
Merge pull request #440 from renovate-bot/renovate/github-actions
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v3.4.1
  • Loading branch information
laurentsimon authored Aug 12, 2022
2 parents a8a3ee7 + 31fe2f9 commit f184d86
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.1.2
- name: Setup Node
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3.1.2
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
- run: npm ci --ignore-scripts
- run: npm run lint --silent

0 comments on commit f184d86

Please sign in to comment.