diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 264cf55..553ec34 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 18.12.1 + node-version: 18.17.0 - name: Install Dependencies run: npm install - name: Code Format @@ -29,7 +29,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 18.12.1 + node-version: 18.17.0 - name: Clear npm cache run: npm cache clean -f - name: Delete node_modules and package-lock.json diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index d46f535..13cee6f 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 18.12.1 + node-version: 18.17.0 - name: Install Dependencies run: npm install - name: Code Format @@ -29,7 +29,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 18.12.1 + node-version: 18.17.0 - name: Clear npm cache run: npm cache clean -f - name: Delete node_modules and package-lock.json