Skip to content

Commit

Permalink
Merge pull request #4 from swing-collection/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/main/actions/setup-node-4

dependabot-github-actions(deps): bump actions/setup-node from 2 to 4
  • Loading branch information
vanvianen authored Aug 20, 2024
2 parents 8171f9f + 9ed42ab commit 1f9e4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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@v4
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 8
- run: npm install
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 8
- run: npm install
Expand Down

0 comments on commit 1f9e4b4

Please sign in to comment.