Skip to content

Commit

Permalink
Merge pull request #276 from agiledigital-labs/feature/ie-386-update-…
Browse files Browse the repository at this point in the history
…dependencies

IE-386 = interactive-cli-seed: Update dependencies
  • Loading branch information
dspasojevic authored Feb 12, 2024
2 parents 61b996f + 34dcdb3 commit e8ff790
Show file tree
Hide file tree
Showing 7 changed files with 6,159 additions and 11,507 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"varsIgnorePattern": "^_"
}
]
}
},
"reportUnusedDisableDirectives": true
}
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

strategy:
matrix:
node-version: [15.x, 16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v15
v20.11.0
Loading

0 comments on commit e8ff790

Please sign in to comment.