Skip to content

Commit d7ebf83

Browse files
authored
Update ci.yml
1 parent 77c9465 commit d7ebf83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [16.x, 18.x, 20.x, 22.x]
17+
node-version: [18.x, 20.x, 22.x]
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install the dependencies
5050
run: |
5151
export DEBIAN_FRONTEND=noninteractive
52-
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
52+
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
5353
sudo apt-get update -y
5454
sudo apt-get install -y --no-install-recommends software-properties-common
5555
sudo add-apt-repository -y ppa:vala-team/daily

0 commit comments

Comments
 (0)