Skip to content

Commit

Permalink
.github/workflows/nightly.yml update actions/checkout to v4, update a…
Browse files Browse the repository at this point in the history
…ctions/setup-node to v4
  • Loading branch information
fb929 committed Sep 17, 2024
1 parent 1574ced commit 77bdc4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: dotnet tool install --global AzureSignTool

- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Set up Python 3.11 # downgrade python for macos-14 and above (error: npm ERR! ModuleNotFoundError: No module named 'distutils')
if: startsWith(matrix.os, 'macos-') && (matrix.os == 'macos-14' || matrix.os > 'macos-14')
Expand All @@ -70,9 +70,10 @@ 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
cache: 'npm'

- name: Install Webpack
run: npm install --save-dev webpack-cli --legacy-peer-deps
Expand Down

0 comments on commit 77bdc4a

Please sign in to comment.