diff --git a/.github/workflows/typescript-build.yml b/.github/workflows/typescript-build.yml index c00119f..8fd20df 100644 --- a/.github/workflows/typescript-build.yml +++ b/.github/workflows/typescript-build.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - name: install node v16 + - name: install node uses: actions/setup-node@v7 with: - node-version: 16 + node-version: 24 - name: npm install run: npm install - name: tsc