diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9748846..a1a382a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: if: contains(github.ref, 'master') strategy: matrix: - node-version: [12.x] + node-version: [16.x] os: [ubuntu-latest] steps: - uses: actions/checkout@v1