Skip to content

Commit

Permalink
Merge pull request #1726 from dandi/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4
  • Loading branch information
mvandenburgh committed Oct 26, 2023
2 parents ab0d554 + 10120d3 commit b9f5358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16 # TODO: use latest version when we update to Vue 3

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v4

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

0 comments on commit b9f5358

Please sign in to comment.