Skip to content

Commit

Permalink
Merge pull request #12 from Quantco/update-node-20
Browse files Browse the repository at this point in the history
  • Loading branch information
JaninaWibkerQC authored Dec 2, 2023
2 parents 7dc344c + 42dd536 commit 46f4825
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
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
Expand All @@ -44,10 +44,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion publish/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion version-metadata/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version-metadata/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 46f4825

Please sign in to comment.