Skip to content

Commit

Permalink
vendor upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed May 14, 2023
1 parent 24a9327 commit dd43824
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 331 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,15 @@ name: CI
on:
push:
pull_request:
branches:
- master
schedule:
- cron: '0 0 * * *'

jobs:
node14:
name: Node 14
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: checkout node
uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install
- run: npm run build
- run: TZ=Europe/Zurich npm test -- run --coverage
node16:
name: Node 16
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -35,7 +24,7 @@ jobs:
- run: TZ=Europe/Zurich npm test -- run --coverage
node18:
name: Node 18
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit dd43824

Please sign in to comment.