Skip to content

Commit

Permalink
build: revert to node v12 and package.lock v1 (#24)
Browse files Browse the repository at this point in the history
* build: revert to node v12 and package.lock v1

* Fix code style issues with Prettier

Co-authored-by: Lint Action <[email protected]>
  • Loading branch information
ewilz and lint-action committed Nov 19, 2021
1 parent 113bcce commit e358fb2
Show file tree
Hide file tree
Showing 2 changed files with 854 additions and 14,220 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: 15.x
node-version: 12.x
registry-url: https://registry.npmjs.org

- name: Install dependencies
Expand Down
Loading

0 comments on commit e358fb2

Please sign in to comment.