From d6570fd94ec755b160ea9bcca0e7d3d45259e0d5 Mon Sep 17 00:00:00 2001 From: "Vincent Yanzee J. Tan" Date: Fri, 14 Jun 2024 11:52:46 +0800 Subject: [PATCH] use nodejs-lts on ci --- .github/workflows/ci.yaml | 20 ++++++++++++-------- README.md | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 660db85..0976610 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,22 +1,26 @@ -name: CI +name: "CI" on: push: - branches: - - master + branches: [ "master" ] pull_request: - branches: - - master + branches: [ "master" ] workflow_dispatch: jobs: - test: + build: + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: 'lts/*' - - name: install dependencies + - name: Install dependencies run: npm install - name: run tests diff --git a/README.md b/README.md index 863c861..986577e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-![icon](src/pack_icon.png) +![icon](pack/pack_icon.png) # Debug Stick