diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c9e2979..0d40cd5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18.13 - name: Install dependencies run: npm ci