Skip to content

Commit ab61103

Browse files
committed
Merge PR #849 from 'nodech/fix-ci'
2 parents 7aeb668 + 5d38f81 commit ab61103

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [ubuntu-latest]
57-
node: [14.x, 16.x, 18.x]
57+
node: [14.x, 16.x, 18.x, 20.x]
5858

5959
steps:
6060
- uses: actions/checkout@v3
@@ -64,9 +64,6 @@ jobs:
6464
with:
6565
node-version: ${{ matrix.node }}
6666

67-
- name: Update npm
68-
run: npm i -g npm
69-
7067
- name: Install libunbound
7168
if: contains(matrix.os, 'ubuntu')
7269
run: sudo apt-get update && sudo apt-get install -y libunbound-dev

0 commit comments

Comments
 (0)