diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d5f0e0..b1742da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '20.x' - name: Install Dependencies run: yarn run ci:install - name: Compile Typescript