Skip to content

Commit

Permalink
Update package version to v2.2.1 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkopaderes authored Mar 6, 2022
1 parent 12920dc commit e6a7a98
Show file tree
Hide file tree
Showing 3 changed files with 36,629 additions and 230 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand Down
Loading

0 comments on commit e6a7a98

Please sign in to comment.