Skip to content

Commit

Permalink
Run on ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Sep 22, 2022
1 parent e872b4c commit fdfc209
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 17.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -22,14 +22,12 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get -y update
sudo apt-get install -y python3 make g++-4.8
sudo apt-get install -y python3 make g++
- name: Test
run: npm test

build-alpine:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [14, 16, 17, 18]
Expand Down

0 comments on commit fdfc209

Please sign in to comment.