diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67ae094..1363b98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version-file: .nvmrc cache: npm - run: npm ci - run: npx tsc --noEmit diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..5bcf9c6 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v24.18.0