diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 371e1b61..c61f8820 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 - name: Install dependencies run: npm ci diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 72b2ef21..d5060cec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build diff --git a/.github/workflows/eslint-annotate.yml b/.github/workflows/eslint-annotate.yml index a3fa2ca8..d6b9d303 100644 --- a/.github/workflows/eslint-annotate.yml +++ b/.github/workflows/eslint-annotate.yml @@ -24,10 +24,10 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} persist-credential: false - - name: Node.JS 18 + - name: Node.JS 16 uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 16 cache: "npm" # - run: git config --global url."https://${{ secrets.ES_LINT_TOKEN }}@github.com/".insteadOf ssh://git@github.com/ diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index e4a657b9..10fda4a7 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -23,10 +23,10 @@ jobs: ref: ${{github.event.pull_request.head.sha}} repository: ${{github.event.pull_request.head.repo.full_name}} - - name: Node.JS 18 + - name: Node.JS 16 uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 16 - name: Install Node Dependencies run: npm ci diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca6292ea..6bd16b8a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 - name: Install dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index 3c032078..b6a7d89c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +16 diff --git a/package.json b/package.json index 111de3a6..e2a29391 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "vite": "3.2" }, "engines": { - "node": ">=18" + "node": ">=16" }, "prettier": { "semi": true,