From 18efbef8bb7f4101162ef56e8096a244036ecbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20LeBlanc?= Date: Tue, 10 Oct 2023 09:58:29 -0400 Subject: [PATCH] Upgrade node --- .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 c04e020..856eaab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node: [ 16 ] + node: [ 20 ] steps: - uses: actions/checkout@v3