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