1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

#63 update node and npm

This commit is contained in:
lana-k
2025-03-30 15:13:55 +02:00
parent 2741aa6f33
commit 6f7961e1b4
2 changed files with 4 additions and 4 deletions

View File

@@ -14,10 +14,10 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Update npm
run: npm install -g npm@8
run: npm install -g npm@10
- name: npm install and build
run: |