Skip to content

Commit

Permalink
chore: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 1, 2023
1 parent 9528fff commit e3c1913
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.10.0
node-version: 18.12.0
- run: yarn install

- name: build
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: '18.10.0'
versionSpec: '18.12.0'
displayName: 'Install Node.js'

- stage: build
Expand All @@ -22,7 +22,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: '18.10.0'
versionSpec: '18.12.0'
displayName: 'Install Node.js'
- script: |
node --version
Expand Down Expand Up @@ -126,4 +126,4 @@ stages:
- script: yarn install
displayName: 'Install'
- script: yarn run lint
dependsOn: env
dependsOn: env
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://ng-alain.com",
"engines": {
"node": "^16.13.0 || ^18.10.0"
"node": "^16.13.0 || ^18.12.0"
},
"scripts": {
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
Expand Down

0 comments on commit e3c1913

Please sign in to comment.