diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0c2791..6d82746 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.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: "20.17.0" # You might need to adjust this value to your own version - name: Build id: build run: |