Skip to content

Commit

Permalink
Merge pull request #3 from ITC-Italian-Truck-Company/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/actions/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
bitpredator authored Jul 13, 2024
2 parents 024bb27 + 6e035c0 commit 0d217e3
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci # or yarn install
Expand Down

0 comments on commit 0d217e3

Please sign in to comment.