Skip to content

Commit

Permalink
💚 update ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
almond-bongbong committed Mar 27, 2023
1 parent ae302ec commit e6cb27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit e6cb27f

Please sign in to comment.