Skip to content

Commit

Permalink
ci: update pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Jun 16, 2024
1 parent d173bdf commit e7b9634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Build project
run: corepack enable && npx yarn && npx yarn build
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

To run or contribute to this project, you need to have the following installed:

- Node.js (v14 or higher)
- Node.js (v18 or higher)
- Yarn (v4.0.2 or higher)

### Installation
Expand Down

0 comments on commit e7b9634

Please sign in to comment.