mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-05-21 04:19:05 -05:00
Replace npm with deno in CI workflow and update dependency checks
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
run: >
|
||||
docker run --rm -v $PWD:/app pgbackweb:latest /bin/bash -c "
|
||||
cd /app &&
|
||||
npm install &&
|
||||
deno install &&
|
||||
go mod download &&
|
||||
task fixperms &&
|
||||
task check-deps &&
|
||||
|
||||
@@ -15,8 +15,7 @@ check_command() {
|
||||
|
||||
# Check software from docker images
|
||||
check_command "go version" "Golang"
|
||||
check_command "node --version" "Node.js"
|
||||
check_command "npm --version" "npm"
|
||||
check_command "deno --version" "Deno"
|
||||
|
||||
# Check software installed from apt install
|
||||
check_command "wget --version" "wget"
|
||||
|
||||
Reference in New Issue
Block a user