diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8da92c..5764b17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,10 +15,10 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.4 with: - version: 6.32.2 + version: 8.11.0 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: pnpm - run: pnpm install @@ -44,10 +44,10 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.4 with: - version: 6.32.2 + version: 8.11.0 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: pnpm - run: pnpm install diff --git a/.github/workflows/pr-gate.yml b/.github/workflows/pr-gate.yml index 05526a9..bf706dd 100644 --- a/.github/workflows/pr-gate.yml +++ b/.github/workflows/pr-gate.yml @@ -9,10 +9,10 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.4 with: - version: 6.32.2 + version: 8.11.0 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: pnpm - run: pnpm install diff --git a/publish/action.yml b/publish/action.yml index 8662933..5407e34 100644 --- a/publish/action.yml +++ b/publish/action.yml @@ -33,7 +33,7 @@ outputs: description: all of the above as stringified JSON runs: - using: node16 + using: node20 main: 'dist/index.js' branding: icon: package diff --git a/publish/package.json b/publish/package.json index 10dbcc6..73762e1 100644 --- a/publish/package.json +++ b/publish/package.json @@ -1,6 +1,6 @@ { "name": "publish", - "version": "1.0.12", + "version": "1.0.13", "description": "An action that decides if a new release should be published", "scripts": { "build": "tsup", diff --git a/version-metadata/action.yml b/version-metadata/action.yml index 3dfc640..b8a2057 100644 --- a/version-metadata/action.yml +++ b/version-metadata/action.yml @@ -47,7 +47,7 @@ outputs: description: all of the above as stringified JSON (as you'd otherwise have to combine things back together again) runs: - using: node16 + using: node20 main: 'dist/index.js' branding: diff --git a/version-metadata/package.json b/version-metadata/package.json index 05e17d6..3b1412c 100644 --- a/version-metadata/package.json +++ b/version-metadata/package.json @@ -1,6 +1,6 @@ { "name": "version-metadata", - "version": "1.0.12", + "version": "1.0.13", "description": "An action that checks wether your package.json version has been updated with a bit of additional metadata", "scripts": { "build": "tsup",