Skip to content

Commit

Permalink
Merge pull request #647 from kinvolk/front-updates
Browse files Browse the repository at this point in the history
Minimal frontend updates, drop support for old node versions (12.x, 14.x), new Ubuntu LTS on CI
  • Loading branch information
yolossn committed Mar 27, 2023
2 parents 9692176 + 93f43b9 commit 3f95eeb
Show file tree
Hide file tree
Showing 3 changed files with 40,510 additions and 12,524 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 3f95eeb

Please sign in to comment.