diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 2ccb03b..90cda3c 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 18.x + - name: Use Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 16.x # setup cache - name: Get yarn cache directory path