Skip to content

Commit

Permalink
Revert: Workaround npm/cli#7417
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed May 4, 2024
1 parent 38baa84 commit 1918b1d
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: '21'
node-version: latest

- 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: '21'
node-version: latest

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

0 comments on commit 1918b1d

Please sign in to comment.