Skip to content

Commit

Permalink
chore: update node and dev dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drops node 14 & 16 support
  • Loading branch information
Danijel Malinovic committed Jan 16, 2024
1 parent cab10f4 commit 1ad2946
Show file tree
Hide file tree
Showing 8 changed files with 12,347 additions and 23,106 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: [
'@namics/eslint-config/configurations/typescript-node.js',
'@namics/eslint-config/configurations/typescript-node-disable-styles.js',
'@merkle-open/eslint-config/configurations/typescript-node.js',
'@merkle-open/eslint-config/configurations/typescript-node-disable-styles.js',
].map(require.resolve),
rules: {
'no-console': 0,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }}
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x, 20.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
20.9.0
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@namics/prettier-config');
module.exports = require('@merkle-open/prettier-config');
Loading

0 comments on commit 1ad2946

Please sign in to comment.