diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index edfbd76..571d7ca 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js 23.x + - name: Use Node.js 20.x uses: actions/setup-node@v4.1.0 with: - node-version: 23.x + node-version: 20.x - name: Install dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index f2401f4..e8aa644 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v23.4.0 +v20.18.1 diff --git a/README.md b/README.md index caa58ac..ac079fa 100644 --- a/README.md +++ b/README.md @@ -133,4 +133,4 @@ $ npm ci $ npm run build ``` -You **have** to use Node.js 23.x. +You **have** to use Node.js 20.x. diff --git a/package-lock.json b/package-lock.json index 6885e23..5498d0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@foundry-rs/foundry-toolchain", - "version": "1.0.9", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@foundry-rs/foundry-toolchain", - "version": "1.0.9", + "version": "1.3.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@actions/cache": "^4.0.0",