diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73642402..599877c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ env: FORCE_COLOR: 2 jobs: full: - name: Node.js 15 Full + name: Node.js 16 Full runs-on: ubuntu-latest steps: - name: Checkout the repository @@ -14,7 +14,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: 15 + node-version: 16 - name: Install pnpm run: yarn global add pnpm - name: Install dependencies