diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e14b1cd..30d9051 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '18.x' # You might need to adjust this value to your own version + node-version: '22.x' # You might need to adjust this value to your own version # Get the version number and put it in a variable - name: Get Version id: version