Skip to content

Commit 83f2237

Browse files
authored
Angular 18 (#131)
update angular to 18 update storybook, eslint, prettier, peer deps use node v22
1 parent a470ad8 commit 83f2237

File tree

7 files changed

+5511
-10121
lines changed

7 files changed

+5511
-10121
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '18.x'
13+
node-version: '22.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
1616
- run: npm run build-prod:lib
1717
- run: npm run prepare-publish:lib
1818
- run: npm publish --access public ./dist/ngcx-tree/
1919
env:
20-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
20+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)