From 77024103b9c1800f1886222fc5e5b28e2b868be5 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Tue, 8 Nov 2022 16:14:52 +0100 Subject: [PATCH] fix --- .gitmodules | 4 ---- .woodpecker.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 1a33232..0000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "stear"] - path = stear - url = https://gitlab.com/jusax23/stear.git - branch = submodule diff --git a/.woodpecker.yml b/.woodpecker.yml index 58c8e39..0a04529 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ platform: linux/arm64 pipeline: build: - image: node:16-alpine + image: node:18-alpine commands: - npm ci - mkdir build