Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/⬆️npm-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: 🔧 Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '24'

- name: 🗑️ Remove package-lock.json
run: rm -f package-lock.json
Expand All @@ -35,8 +35,7 @@ jobs:
- name: 🔨 Build
run: npm run build

- name: 🧹 Lint (non-blocking)
continue-on-error: true
- name: 🧹 Lint
run: npm run lint

- name: 🧪 Test with coverage
Expand Down
Loading