Skip to content

Commit 350cb12

Browse files
committed
chore: upgrade tasks to node 20
Signed-off-by: lstocchi <[email protected]>
1 parent d225d12 commit 350cb12

File tree

12 files changed

+4612
-3550
lines changed

12 files changed

+4612
-3550
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"jasmine": true
77
},
88
"extends": [
9-
"airbnb-base",
109
"eslint:recommended",
1110
"plugin:@typescript-eslint/eslint-recommended",
1211
"plugin:@typescript-eslint/recommended",

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node: [ '16', '14', '10' ]
20+
node: [ '20', '16', '10' ]
2121
name: Node ${{ matrix.node }}
2222

2323
steps:

0 commit comments

Comments
 (0)