diff --git a/.github/workflows/set-version.yaml b/.github/workflows/set-version.yaml index a9fb3f2..a4474eb 100644 --- a/.github/workflows/set-version.yaml +++ b/.github/workflows/set-version.yaml @@ -23,10 +23,10 @@ jobs: - uses: actions/checkout@v3 - - name: Use Node.js 14 + - name: Use Node.js 18 uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 - name: Install Utilities run: yarn install