Skip to content

Commit

Permalink
Merge pull request #5 from pulsar-edit/fix-ci-and-bump
Browse files Browse the repository at this point in the history
Fix/Enable CI & Bump `git-utils`
  • Loading branch information
confused-Techie authored Jan 7, 2025
2 parents 69521f6 + 0383a39 commit 7b5719b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
name: CI

on: [push]
on:
pull_request:
push:
branches: ['master']

jobs:
Build:
runs-on: ubuntu-latest
env:
NODE_VERSION: 4.4.7
NODE_VERSION: 16
CC: clang
CXX: clang++
npm_config_clang: 1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 6
node-version: ${{ env.NODE_VERSION }}
- name: Install Dependencies
run: npm install
- name: Test
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "http://atom.github.io/scandal",
"dependencies": {
"argparse": "^1.0.2",
"git-utils": "^5.6.0",
"git-utils": "^5.7.3",
"isbinaryfile": "^2.0.4",
"minimatch": "^2.0.9",
"split": "^1.0.0",
Expand Down

0 comments on commit 7b5719b

Please sign in to comment.