Skip to content

Commit acd8d11

Browse files
committed
Merge remote-tracking branch 'node-ts-sapling/master'
2 parents 223dc87 + 38fd304 commit acd8d11

File tree

6 files changed

+5213
-958
lines changed

6 files changed

+5213
-958
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
container:
1212
image: node:16.13.1-alpine
13+
# this is the user that CI uses, which is needed to generate files within the repo directory
14+
options: --user 1001
1315

1416
steps:
1517
- name: Check out code

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Node
66

7-
1. Install `nvm` ([Node Version Manager](https://github.com/creationix/nvm))
7+
1. Install `nvm` ([Node Version Manager](https://github.com/nvm-sh/nvm))
88
2. `cd` to the project directory and execute the following:
99
```
1010
nvm install

0 commit comments

Comments
 (0)