diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b03aac38..0af9bb73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node: ['12', '14', '15'] + node: ['12', '14', '16'] steps: - name: Set running flag run: echo "RUNNING=1" >> $GITHUB_ENV