Skip to content

Commit

Permalink
use nodejs-lts on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vytdev committed Jun 14, 2024
1 parent 03fd4cd commit d6570fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

![icon](src/pack_icon.png)
![icon](pack/pack_icon.png)

# Debug Stick

Expand Down

0 comments on commit d6570fd

Please sign in to comment.