Skip to content

Commit d6f22cd

Browse files
committed
build: ci integrity node version
1 parent d9f6d9d commit d6f22cd

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/ci-events-graphql-proxy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: City-of-Helsinki/.github/.github/workflows/ci-node.yml@ci_node_parameters
2828
secrets: inherit
2929
with:
30-
node-version: 16
30+
node-version: 20
3131
typecheck: true
3232
app-directory: proxies/events-graphql-proxy
3333
extra-commands: |

.github/workflows/ci-monorepo-integrity.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@ name: CI-monorepo-integrity
22

33
on:
44
push:
5-
branches:
6-
- dev
7-
- main
5+
branches: [main]
86
paths:
97
- 'yarn.lock'
108
- '.yarnrc.yml'
119
- '.github/workflows/ci-monorepo-integrity.yml'
1210

1311
pull_request:
14-
types:
15-
- opened
16-
- synchronize
17-
- reopened
12+
branches: [main]
1813
paths:
1914
- 'yarn.lock'
2015
- '.yarnrc.yml'
@@ -25,7 +20,7 @@ jobs:
2520
runs-on: ubuntu-latest
2621
strategy:
2722
matrix:
28-
node-version: [16.x]
23+
node-version: [20.x]
2924
steps:
3025
- uses: actions/checkout@v4
3126

0 commit comments

Comments
 (0)