Skip to content

Commit c41a945

Browse files
authoredMay 29, 2022
npm v7 (#107)
* Upgrade lockfile version * Remove redundant `install-self-peers` dependency * Bump `class-validator-jsonschema` * Upgrade to Node 16 in CI
1 parent 9ee9216 commit c41a945

File tree

3 files changed

+9550
-130
lines changed

3 files changed

+9550
-130
lines changed
 

‎.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
14+
with:
15+
node-version: 16
1416
- run: npm ci
1517
- run: npm run build
1618
- run: npm run test:format

0 commit comments

Comments
 (0)