Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Mar 18, 2022
2 parents 6be75e6 + 2ab334c commit 9f3474e
Show file tree
Hide file tree
Showing 14 changed files with 47,728 additions and 10,893 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Node.js 10.x
- name: Set Node.js 16
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16
- name: npm i
run: npm i
- name: ESLint
Expand Down
Loading

0 comments on commit 9f3474e

Please sign in to comment.