Skip to content

Commit

Permalink
Revert "chore: change to actions/setup-node@v4"
Browse files Browse the repository at this point in the history
This reverts commit efcbd64.
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent efcbd64 commit 6277cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
yum install -y git make wget tar zip gcc gcc-c++ glibc-devel.i686 libstdc++-devel.i686
- name: Install NodeJS
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 12

Expand Down

0 comments on commit 6277cb5

Please sign in to comment.