Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
mergify[bot] committed Oct 23, 2023
2 parents 62dba64 + 4f11092 commit 7b57e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
path: ~/.sbt
key: sbt-${{ hashFiles('project/build.properties', 'project/plugins.sbt') }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '14'
- run: npm install
Expand Down

0 comments on commit 7b57e74

Please sign in to comment.