diff --git a/.github/workflows/deploy-sanity.yaml b/.github/workflows/deploy-sanity.yaml index f1d722e6b..f27a06c30 100644 --- a/.github/workflows/deploy-sanity.yaml +++ b/.github/workflows/deploy-sanity.yaml @@ -11,11 +11,6 @@ on: - 'LICENSE.md' - 'README.md' workflow_dispatch: - inputs: - prod: - description: Deploy to production - type: boolean - required: false jobs: build: @@ -26,10 +21,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Use Node.js v20.9.0 + - name: Use Node.js v22.11.0 uses: actions/setup-node@v4 with: - node-version: '20.9.0' + node-version: '22.11.0' registry-url: 'https://npm.pkg.github.com' - name: Cache node modules