Skip to content

Commit

Permalink
Workaround npm/cli#7417
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Apr 27, 2024
1 parent d47c86c commit 27d5bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: latest
node-version: '21'

- name: Install Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: latest
node-version: '21'

- name: Install Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 27d5bc3

Please sign in to comment.