Skip to content

Commit

Permalink
chore(deps): update node version in build and e2e workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
UR-deR committed Dec 18, 2023
1 parent bcb89b5 commit 0327d79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
- master
- renovate/**
pull_request:
types: [ assigned, opened, synchronize, reopened ]
types: [assigned, opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 17.x ]
node-version: [18.x]

steps:
- name: Checkout
Expand Down Expand Up @@ -48,13 +48,13 @@ jobs:
path: dist/apps/package.tgz

e2e:
name: "E2E local: (${{ matrix.os }})"
name: 'E2E local: (${{ matrix.os }})'
needs: build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
node-version: [ 16.x ]
os: [ubuntu-latest, macos-latest]
node-version: [18.x]

steps:
- name: Checkout
Expand Down

0 comments on commit 0327d79

Please sign in to comment.