Skip to content

Commit

Permalink
Merge pull request #417 from fdc-viktor-luft/master
Browse files Browse the repository at this point in the history
Update to dependency-tree@11
  • Loading branch information
vikingair authored May 22, 2024
2 parents e510275 + e25fa64 commit 5c9b1c3
Show file tree
Hide file tree
Showing 4 changed files with 923 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json,.travis.yml}]
[{package.json,.travis.yml,.github/**/*.yml}]
indent_style = space
indent_size = 2
7 changes: 3 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: ${{ matrix.os }} / Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: npm install, build, and test
run: |
sudo apt install -y --no-install-recommends graphviz
Expand Down
Loading

0 comments on commit 5c9b1c3

Please sign in to comment.