diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1dc4f09..ab4ccf4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,10 +17,10 @@ jobs: ref: master token: ${{ secrets.GIT_HUB_TOKEN }} - - name: Use Node.js v14 + - name: Use Node.js v16 uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Install dependencies run: |