diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c504f9b3c..f64e6a9e8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: NPM Install run: | npm ci @@ -61,7 +61,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: NPM Install run: npm ci - name: Download artifacts