diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8abd546..38cd665 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v7 with: - node-version: '22' + node-version-file: .tool-versions - name: Regenerate protocol.cddl and confirm it matches the committed file working-directory: spec @@ -73,7 +73,7 @@ jobs: - uses: actions/setup-node@v7 with: - node-version: '26' + node-version-file: .tool-versions cache: pnpm cache-dependency-path: conformance/pnpm-lock.yaml diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..d0b4db8 --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +nodejs 26