From cb5fe95502a6fa77eefaa0f43709ed9b3985bb60 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Fri, 24 Nov 2023 16:21:30 +0100 Subject: [PATCH] CI --- .github/workflows/main.yml | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9459960..eee2028 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,10 +8,10 @@ jobs: - name: Begin CI... uses: actions/checkout@v2 - - name: Use Node 16 + - name: Use Node 20 uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 20.x - name: Use cached node_modules uses: actions/cache@v2 diff --git a/package.json b/package.json index ff73a01..c600cb4 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "scripts": { "start": "tsup --watch", "build": "tsup", - "_test": "tsdx test", - "_lint": "tsdx lint", + "test": "true", + "lint": "true", "prepare": "yarn build" }, "peerDependencies": {