From 6bb29f7a27b4056b826a71087a9025005cdb9e26 Mon Sep 17 00:00:00 2001 From: Anthony Carapetis Date: Tue, 5 Mar 2024 13:26:24 +1100 Subject: [PATCH] Update pipeline to node 18 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c72458..a8b65a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,10 +9,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Use NodeJS 12 + - name: Use NodeJS 18 uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 18 - name: Build PDF run: | yarn install --frozen-lockfile