diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fb6b0e..f4dcfe7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v3 with: - node-version: 16.17.1 + node-version: 18 - name: Install run: npm install @@ -63,7 +63,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 - name: Install run: npm install @@ -131,7 +131,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 - name: Install run: npm install