diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f78fd9..20396cc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '16' # You might need to adjust this value to your own version + node-version: '24' # You might need to adjust this value to your own version - name: Build id: build run: |