From 55b9ce3455bcc6256fc8f60545ccd0917769b410 Mon Sep 17 00:00:00 2001 From: Moustapha Pemy <59936247+mpemy@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:06:58 -0400 Subject: [PATCH] Update pr.yml update to node 18 --- .github/workflows/pr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 091386f6..1611632d 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 @@ -41,7 +41,7 @@ jobs: # Lint YAML files yamllint --format github --config-file .yaml-lint.yml . build_and_test: - name: Build and test (on NodeJS 16) + name: Build and test (on NodeJS 18) runs-on: ubuntu-latest defaults: run: @@ -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