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

@@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Install browsers
run: |
export DEBIAN_FRONTEND=noninteractive
@@ -25,7 +25,7 @@ jobs:
sudo apt-get install -y chromium-browser firefox
- name: Update npm
run: npm install -g npm@8
run: npm install -g npm@10
- name: Install the project
run: npm install