From 60dc3fb7cad6b5fab942ad3632b1b8045031867e Mon Sep 17 00:00:00 2001 From: Tarren Anderson Date: Wed, 18 Dec 2024 17:19:03 -0600 Subject: [PATCH] Update Node to 18 --- .github/workflows/eslint.yml | 2 +- .github/workflows/jest.yml | 2 +- .github/workflows/lockfile-lint.yml | 2 +- .github/workflows/prettier.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index b39971047..6e85544ca 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v2-beta with: - node-version: '16' + node-version: '18' - name: Determine Node Version id: node-version run: | diff --git a/.github/workflows/jest.yml b/.github/workflows/jest.yml index 980aa92d5..b25008769 100644 --- a/.github/workflows/jest.yml +++ b/.github/workflows/jest.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v2-beta with: - node-version: '16' + node-version: '18' - name: Determine Node Version id: node-version run: | diff --git a/.github/workflows/lockfile-lint.yml b/.github/workflows/lockfile-lint.yml index 82a70fdf0..ed06c98d2 100644 --- a/.github/workflows/lockfile-lint.yml +++ b/.github/workflows/lockfile-lint.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v2-beta with: - node-version: '16' + node-version: '18' - name: Determine Node Version id: node-version run: | diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index da082406c..a8b0580df 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v2-beta with: - node-version: '16' + node-version: '18' - name: Determine Node Version id: node-version run: |