Skip to content

Commit

Permalink
fix: updated workflow and build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Sep 13, 2022
1 parent b733172 commit a41e2aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Prepare NodeJS
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Get Yarn Cache Path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-demo-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Prepare NodeJS
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Get Yarn Cache Path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"strict": true,
"target": "es2016",
"target": "es2018",
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
Expand Down

0 comments on commit a41e2aa

Please sign in to comment.