Skip to content

Commit eaee466

Browse files
committed
ci: update node version
1 parent dd95f77 commit eaee466

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
- master
88
- renovate/**
99
pull_request:
10-
types: [ assigned, opened, synchronize, reopened ]
10+
types: [assigned, opened, synchronize, reopened]
1111
jobs:
1212
build:
1313
name: Build
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [ 18.x ]
17+
node-version: [18.x]
1818

1919
steps:
2020
- name: Checkout
@@ -48,13 +48,13 @@ jobs:
4848
path: dist/apps/package.tgz
4949

5050
e2e:
51-
name: "E2E local: (${{ matrix.os }})"
51+
name: 'E2E local: (${{ matrix.os }})'
5252
needs: build
5353
runs-on: ${{ matrix.os }}
5454
strategy:
5555
matrix:
56-
os: [ ubuntu-latest, macos-latest ]
57-
node-version: [ 18.x ]
56+
os: [ubuntu-latest, macos-latest]
57+
node-version: [20.x]
5858

5959
steps:
6060
- name: Checkout

0 commit comments

Comments
 (0)