Skip to content

Commit

Permalink
Merge pull request #214 from ogomaemmanuel/node-sass
Browse files Browse the repository at this point in the history
changed node version to 18 in maven pipeline file
  • Loading branch information
ogomaemmanuel committed Oct 23, 2023
2 parents fc938ed + 026abd2 commit 7516875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v3
name: build client packages
with:
node-version: 14
node-version: 18
- run: |
git config --global url."https://github.com".insteadOf git://github.com
npm install
Expand Down

0 comments on commit 7516875

Please sign in to comment.