diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c2bdf07..b7845f83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v2 - name: Prepare repository run: git fetch --unshallow --tags - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "18" - name: Cache node modules uses: actions/cache@v1 with: