diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20f6662..64cdfd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 16.15 + node-version: 18.12 - name: Install run: yarn install @@ -40,4 +40,4 @@ jobs: with: branch: gh-pages folder: dist - single-commit: false \ No newline at end of file + single-commit: false