From 99942e4fe369ba3f0837d80a37c7149a71f3aca2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 20 Apr 2022 17:31:25 +0200 Subject: [PATCH] CI: use latest node.js stable version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3664bbb5..af014eb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['14.x', '16.x', '17.x'] + node: ['14.x', '16.x', '18.x'] steps: - uses: actions/checkout@v3 with: -- 2.34.1