diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 2b085c6a..bac9cf7d 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v1 with: