diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0050126..47f3224 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 @@ -20,7 +20,7 @@ jobs: run: npm i -g @antfu/ni pnpm - name: Set node - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4 with: cache: pnpm registry-url: https://registry.npmjs.org/ diff --git a/package.json b/package.json index bfa0f62..4b5462a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "*.mjs" ], "engines": { - "node": ">=v18.16.0" + "node": ">=20.10.0" }, "author": "Estéban Soubiran ", "license": "MIT",