From fc6a8c5016a24040799d172847a9a91890d84164 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Thu, 30 Nov 2023 19:14:12 +0100 Subject: [PATCH 1/3] Update to nodejs 20 --- .github/workflows/build.yml | 4 ++-- .github/workflows/pr-gate.yml | 2 +- publish/action.yml | 2 +- version-metadata/action.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8da92c..44d6f36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: version: 6.32.2 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: pnpm - run: pnpm install @@ -47,7 +47,7 @@ jobs: version: 6.32.2 - 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..a3bd617 100644 --- a/.github/workflows/pr-gate.yml +++ b/.github/workflows/pr-gate.yml @@ -12,7 +12,7 @@ jobs: version: 6.32.2 - 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/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: From 8a9e5c0ae194a0d4bbaf332310695ee94c4eab44 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Thu, 30 Nov 2023 20:04:17 +0100 Subject: [PATCH 2/3] Update pnpm --- .github/workflows/build.yml | 4 ++-- .github/workflows/pr-gate.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44d6f36..5764b17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ 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: 20.x @@ -44,7 +44,7 @@ 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: 20.x diff --git a/.github/workflows/pr-gate.yml b/.github/workflows/pr-gate.yml index a3bd617..bf706dd 100644 --- a/.github/workflows/pr-gate.yml +++ b/.github/workflows/pr-gate.yml @@ -9,7 +9,7 @@ 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: 20.x From 42dd536a2b60fe65f8520a87d65ceb144891bd31 Mon Sep 17 00:00:00 2001 From: Jannik Wibker Date: Sat, 2 Dec 2023 17:33:22 +0100 Subject: [PATCH 3/3] bump version --- publish/package.json | 2 +- version-metadata/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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",