diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8d9ce82..f1ad042 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "14.x" # You might need to adjust this value to your own version + node-version: "18.x" # You might need to adjust this value to your own version - name: Build id: build run: |