Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 1, 2023
1 parent b904b9a commit 8d5ec8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 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.12.0
node-version-file: '.nvmrc'
- run: yarn install

- name: build
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.0
18.12.0
7 changes: 2 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: '18.12.0'
versionSource: 'fromFile'
versionFilePath: '.nvmrc'
displayName: 'Install Node.js'

- stage: build
jobs:
- job: build
steps:
- task: NodeTool@0
inputs:
versionSpec: '18.12.0'
displayName: 'Install Node.js'
- script: |
node --version
yarn --version
Expand Down

0 comments on commit 8d5ec8f

Please sign in to comment.