From baac5fd7f166bcac9beed51a164eb41fa4c0625d Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Sun, 8 Oct 2023 21:20:05 -0500 Subject: [PATCH] Update to Node 18 --- .github/workflows/dependabot.yml | 2 +- .github/workflows/full_build.yml | 4 ++-- .github/workflows/npm-publish.yml | 4 ++-- .node-version | 2 +- .nvmrc | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 68c56a4..be40267 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -40,7 +40,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3.6.0 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: configure git diff --git a/.github/workflows/full_build.yml b/.github/workflows/full_build.yml index e32cb56..4892ff4 100644 --- a/.github/workflows/full_build.yml +++ b/.github/workflows/full_build.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [16.x] + node: [18.x] react: [16, 17, 18] steps: - uses: actions/checkout@v4 @@ -36,7 +36,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: 'yarn' - run: yarn install --immutable - name: Webpack compile everything diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index eacbfda..d53b1fc 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3.6.0 with: - node-version: 16.x + node-version: 18.x cache: 'yarn' - name: install node packages run: yarn install --frozen-lockfile @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3.6.0 with: - node-version: 16.x + node-version: 18.x cache: 'yarn' registry-url: https://registry.npmjs.org/ - run: yarn install --frozen-lockfile diff --git a/.node-version b/.node-version index b6a7d89..3c03207 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16 +18 diff --git a/.nvmrc b/.nvmrc index b6a7d89..3c03207 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +18