diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 71d5a6a..ce46b81 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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 diff --git a/README.md b/README.md index 4888f8f..7368766 100644 --- a/README.md +++ b/README.md @@ -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