Skip to content

Commit

Permalink
.github/workflows/nightly.yml upgrade actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Sep 17, 2024
1 parent c998a18 commit 6b04869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: sudo -H pip install setuptools

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.9.0

Expand Down

0 comments on commit 6b04869

Please sign in to comment.