Skip to content

Commit

Permalink
Merge branch 'master' into fix/bsText
Browse files Browse the repository at this point in the history
  • Loading branch information
newt10 authored Sep 2, 2021
2 parents 293261f + d889f07 commit 67efd7d
Show file tree
Hide file tree
Showing 4 changed files with 3,645 additions and 4,494 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@v2.4.0
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
# steps:
# - uses: actions/checkout@v2
# - name: Use Node.js 14.x
# uses: actions/setup-node@v2.3.0
# uses: actions/setup-node@v2.4.0
# with:
# node-version: 14.x
# - run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@v2.4.0
with:
node-version: 14.x
- run: npm ci
Expand Down
Loading

0 comments on commit 67efd7d

Please sign in to comment.