diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ef5866b6a..37cbe0e02 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -14,10 +14,10 @@ jobs: - name: Checkout Repo uses: actions/checkout@master - - name: Setup Node.js 14.x + - name: Setup Node.js 18.x uses: actions/setup-node@master with: - node-version: 14.x + node-version: 18.x - name: Install Dependencies run: yarn --frozen-lockfile --ignore-scripts diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index d190ac589..93e8f90f2 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -13,10 +13,10 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - name: Setup Node.js 14.x + - name: Setup Node.js 18.x uses: actions/setup-node@master with: - node-version: 14.x + node-version: 18.x - name: Install Dependencies run: yarn --frozen-lockfile --ignore-scripts