Skip to content

Commit

Permalink
ptch: bump node version for rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
Elue-dev authored Sep 28, 2024
1 parent 75ad8e5 commit 11c3c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "18"
node-version: "16"

- name: Install dependencies
run: |
@@ -41,7 +41,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "18"

- name: Install dependencies
run: |

0 comments on commit 11c3c7c

Please sign in to comment.