Skip to content

Commit 739cf53

Browse files
committed
- Docs: Update license badges per latest
- npm: Switch from `eslint-plugin-sonarjs` to `eslint-plugin-radar` - npm: Switch to pnpm
1 parent 5628eca commit 739cf53

File tree

7 files changed

+6605
-19674
lines changed

7 files changed

+6605
-19674
lines changed

.github/workflows/node.js.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
uses: actions/setup-node@v1
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
- run: npm ci
25-
- run: npm run build --if-present
26-
- run: npm test
24+
- name: Setup PNPM
25+
uses: pnpm/[email protected]
26+
with:
27+
version: 4.11.1
28+
- run: pnpm i
29+
- run: pnpm run build --if-present
30+
- run: pnpm test

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
- Fix: Add package exports for browser and umd (#145) (@gjvoosten)
66
- Update: Build as per refactoring
77
- Docs: Update as per typedoc update
8+
- Docs: Update license badges per latest
89
- Linting: As per latest ash-nazg
10+
- npm: Switch from `eslint-plugin-sonarjs` to `eslint-plugin-radar`
11+
- npm: Switch to pnpm
912
- npm: Update devDeps.
1013

1114
## 5.0.2 (2021-01-15)

badges/licenses-badge-dev.svg

Lines changed: 1 addition & 1 deletion
Loading

badges/licenses-badge.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)