Updated README.md; Changed scripts in ci;

This commit is contained in:
Lechner Julian - FrauJulian
2025-10-10 18:05:20 +02:00
parent 36bfd035e9
commit 0a0bb40020
3 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -15,10 +15,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: use NodeJS v22.16.0
- name: use NodeJS v22.12.0
uses: actions/setup-node@v4
with:
node-version: '22.16.0'
node-version: '22.12.0'
registry-url: 'https://registry.npmjs.org'
always-auth: true
@@ -31,7 +31,7 @@ jobs:
run: npm install
- name: run Rollout Build
run: npm run rolloutBuild
run: npm run build
- name: Publish Library
run: npm publish