From b37ad51fda04431e4787263b58fe173c2c52687a Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Thu, 29 Aug 2024 11:14:59 -0400 Subject: [PATCH] Use node 18 for publish-latest job This one case was missed when we updated to node 18 a while ago. Signed-off-by: Marc Dumais --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index bcee0ad..70061d9 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -96,7 +96,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [16] + node: [18] steps: - name: Checkout uses: actions/checkout@v3