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 a4dda0b commit 8821122
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
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
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 8821122

Please sign in to comment.