Skip to content

Commit

Permalink
Deal with pound in docid (#120)
Browse files Browse the repository at this point in the history
* bump versions in node...

* upgrade how we produce links to be ES7+ and OS compatible

* escape the # as the browser (maybe) strips off the rest of the id after the # otherwise
  • Loading branch information
epugh authored May 23, 2023
1 parent 700a965 commit f60da7a
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 2,943 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ version: 2
defaults: &defaults
working_directory: ~/repo
docker:
- image: cimg/node:18.16.0-browsers
- image: cimg/node:20.2.0-browsers

jobs:
test-build:
<<: *defaults
steps:
- checkout

- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
# Seem to be getting issues with Chrome
#- restore_cache:
# keys:
# - v1-dependencies-{{ checksum "package.json" }}
# - v1-dependencies-

- run: npm install
- run:
Expand Down
Loading

0 comments on commit f60da7a

Please sign in to comment.