diff --git a/.github/workflows/npm-typescript.yml b/.github/workflows/npm-typescript.yml index e1e97e733..c950491a1 100644 --- a/.github/workflows/npm-typescript.yml +++ b/.github/workflows/npm-typescript.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "14.x" + node-version: "18.x" registry-url: "https://registry.npmjs.org" cache: "yarn" cache-dependency-path: typescript/yarn.lock