Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
update to node 18
  • Loading branch information
mpemy authored Sep 6, 2023
1 parent 8d07477 commit 55b9ce3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 55b9ce3

Please sign in to comment.