Skip to content

Commit

Permalink
Updated dev dependencies and github workflow, added editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
ascartabelli committed Sep 27, 2023
1 parent 32c8bb1 commit 9c63d29
Show file tree
Hide file tree
Showing 4 changed files with 2,314 additions and 11,263 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

name: Node ${{ matrix.node-version }}

Expand Down

0 comments on commit 9c63d29

Please sign in to comment.