From 2d5d6ad4cd89c2063834991da5073f7640d0d722 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Mon, 9 Aug 2021 17:35:58 +0200 Subject: [PATCH] Run tests in Node 16 in GitHub Actions --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1931c7f7c..f92948a2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14] + node-version: [16] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14] + node-version: [16] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} @@ -64,7 +64,7 @@ jobs: strategy: matrix: - node-version: [14] + node-version: [16] steps: - uses: actions/checkout@v1 @@ -96,7 +96,7 @@ jobs: strategy: matrix: - node-version: [10, 12, 14] + node-version: [12, 14, 16] steps: - uses: actions/checkout@v1