From 6bfb945ddc4a2c6b9f7d5614d80db5cef6418bdb Mon Sep 17 00:00:00 2001 From: Moustapha Pemy Date: Wed, 6 Sep 2023 13:02:32 -0400 Subject: [PATCH] Fixing the build --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 41f412b5..6cc6ab59 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,7 +22,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "npm" - name: Globally update npm run: npm install -g npm@latest @@ -55,7 +55,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "npm" - name: Globally update npm run: npm install -g npm@latest @@ -79,7 +79,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "npm" - name: Setup pages uses: actions/configure-pages@v3