Skip to content

Commit

Permalink
drop action back to support node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
soratidus999 committed Aug 31, 2024
1 parent daf768d commit 226ab88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/setup-node@v4
- uses: actions/setup-node@v3
with:
node-version: "16"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: "3.11"

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "16"

Expand Down

0 comments on commit 226ab88

Please sign in to comment.