Skip to content

Commit

Permalink
Port to iTwinjs Core 4.10.2 (#143)
Browse files Browse the repository at this point in the history
* wip: move deps ahead to 4.10.2

* wip: replace get w fetch

* wip: bump up to latest node version and change cf version number

* wip: bump node version in pipeline

* wip: add some checks for undefined to resolve documentation build errors
  • Loading branch information
jchick-bentley authored Nov 26, 2024
1 parent b458c01 commit 6c3a071
Show file tree
Hide file tree
Showing 7 changed files with 1,310 additions and 405 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
registry=https://registry.npmjs.org/
@bentley:registry=https://registry.npmjs.org/
always-auth=true
force=true
force=false
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ stages:

- task: NodeTool@0
inputs:
versionSpec: '18.12.0'
versionSpec: '22.11.0'
displayName: 'Install Node.js'

- script: |
Expand Down
Loading

0 comments on commit 6c3a071

Please sign in to comment.