diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 656543b..519cbb6 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 cache: yarn - name: install run: yarn install --immutable @@ -71,7 +71,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 cache: yarn - name: install run: yarn install --immutable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc050de..88d1270 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 24 - run: yarn - run: yarn test diff --git a/package.json b/package.json index 27d4f3a..0505277 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "bin": "src/index.js", "main": "src/index.js", "engines": { - "node": "^16 || ^18 || ^20" + "node": "^16 || ^18 || ^20 || ^24.0.0" }, "repository": "git@github.com:wayfair/one-version.git", "author": "finn-orsini ",