Skip to content

Commit f5ce74a

Browse files
author
Victor Ayogu
committed
chore: use es2018
1 parent 1ab63d5 commit f5ce74a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
- name: Update npm to 8.x
2828
run: |
2929
npm i -g npm@8
30-
npm --version
31-
node --version
3230
- name: npm install, build, and test
3331
run: |
3432
npm install

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"target": "es2018" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
66
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
77
"lib": [
8-
"es2017",
8+
"es2018",
99
"dom"
1010
] /* Specify library files to be included in the compilation. */,
1111
// "allowJs": true /* Allow javascript files to be compiled. */,

0 commit comments

Comments
 (0)