Skip to content

Commit

Permalink
Merge pull request #11719 from PennyDreadfulMTG/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/setup-node-4.0.0

Bump actions/setup-node from 3.8.1 to 4.0.0
  • Loading branch information
silasary authored Nov 15, 2023
2 parents 35d7bb7 + cbce1c8 commit c7cc4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
python-version: '3.10'
cache: 'pipenv'
- name: Setup Node.js environment
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: 18.16.0
- name: Install dependencies
Expand Down

0 comments on commit c7cc4e5

Please sign in to comment.