diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ced0da..fab41c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - name: Build run: | npm install yarn -g