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