Skip to content

Commit

Permalink
b u n
Browse files Browse the repository at this point in the history
close #68
  • Loading branch information
elianiva committed Oct 25, 2021
1 parent ba6daab commit 15e1f6a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
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: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.11 # 16.12 has breaking change for esm loader
node-version: 16.x

- name: Installling dependencies
run: npm install --workspaces
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.11 # 16.12 has breaking change for esm loader
node-version: 16.x

- name: Installling dependencies
run: npm install --workspaces
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@typescript-eslint/parser": "4.32.0",
"c8": "7.9.0",
"esbuild": "0.13.3",
"esbuild-node-loader": "0.4.2",
"esbuild-node-loader": "0.4.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15e1f6a

Please sign in to comment.