Skip to content

Commit

Permalink
Merge PR #849 from 'nodech/fix-ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Sep 11, 2023
2 parents 7aeb668 + 5d38f81 commit ab61103
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14.x, 16.x, 18.x]
node: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -64,9 +64,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Update npm
run: npm i -g npm

- name: Install libunbound
if: contains(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install -y libunbound-dev
Expand Down

0 comments on commit ab61103

Please sign in to comment.