Skip to content

Commit

Permalink
bump pipeline node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
charly-bg committed Sep 4, 2024
1 parent 8beb77d commit 7b12fd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 16.17.1
node-version: 18

- name: Install
run: npm install
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install
run: npm install
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install
run: npm install
Expand Down

0 comments on commit 7b12fd6

Please sign in to comment.