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: |