diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ceb6bd8e60..e1333b258a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js 🔧 uses: actions/setup-node@v3.8.1 with: - node-version: 16.x + node-version: 18.x - name: Update npm 🚀 run: npm install -g npm@latest diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 07f05fd319..af42b0fbf3 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v3.8.1 with: - node-version: 16.x + node-version: 18.x - name: Install 🔧 # Install dependencies run: |