We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaee466 commit 6f2b9f7Copy full SHA for 6f2b9f7
1 file changed
.github/workflows/build.yml
@@ -7,14 +7,14 @@ on:
7
- master
8
- renovate/**
9
pull_request:
10
- types: [assigned, opened, synchronize, reopened]
+ types: [ assigned, opened, synchronize, reopened ]
11
jobs:
12
build:
13
name: Build
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- node-version: [18.x]
+ node-version: [ 20.x ]
18
19
steps:
20
- name: Checkout
@@ -48,13 +48,13 @@ jobs:
48
path: dist/apps/package.tgz
49
50
e2e:
51
- name: 'E2E local: (${{ matrix.os }})'
+ name: "E2E local: (${{ matrix.os }})"
52
needs: build
53
runs-on: ${{ matrix.os }}
54
55
56
os: [ubuntu-latest, macos-latest]
57
- node-version: [20.x]
58
59
60
0 commit comments