diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 7cbb3747..26da9e0b 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 17 + node-version: 18 - name: Install Dependencies run: | @@ -80,7 +80,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 17 + node-version: 18 - name: Install NPM and build run: npm install && npm run build diff --git a/.github/workflows/ci-prod.yml b/.github/workflows/ci-prod.yml index ad51b64f..fef32865 100644 --- a/.github/workflows/ci-prod.yml +++ b/.github/workflows/ci-prod.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 17 + node-version: 18 - name: Install Dependencies run: | @@ -84,7 +84,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 17 + node-version: 18 - name: Install NPM and build run: npm install && npm run build diff --git a/.node-version b/.node-version index 8e2afd34..25bf17fc 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -17 \ No newline at end of file +18 \ No newline at end of file