diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1a7c73..73a42ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,9 +16,9 @@ jobs: ref: ${{ github.ref }} - name: Setup Node and Yarn Cache - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: 'yarn' - name: Get variables