Skip to content

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
acrobat authored Dec 16, 2023
2 parents 3f2b9cd + a868853 commit 2b4f4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand Down

0 comments on commit 2b4f4a4

Please sign in to comment.