Pin dependencies
Some checks reported errors
continuous-integration/drone/pr Build was killed

This commit is contained in:
2024-04-16 20:06:24 +00:00
parent 549a128d20
commit 2b893b140f
3 changed files with 30 additions and 30 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:20.12.2
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
commands:
- npm install
- npm run lint
- name: build
image: node:20.12.2
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,14 +39,14 @@ depends_on:
steps:
- name: build
image: node:20.12.2
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
- npm install
- npm run build
- name: deploy
image: drillster/drone-rsync
image: drillster/drone-rsync@sha256:f4f90f96d0714d26c93c6c4c8f99bc4a7aa1cbf4d7bb772fcfac2ec7be44a331
settings:
hosts: [ "www.wtf-eg.net" ]
user: onboarding