Skip to content

Commit 9ec46c2

Browse files
committed
fix(deps): bump nodejs
1 parent 855be3e commit 9ec46c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/browser_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os:
99
- ubuntu-latest
1010
node:
11-
- 14.17.0
11+
- 14.17.1
1212
browser:
1313
- chrome
1414
- firefox
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v2
3636
- uses: actions/setup-node@v1
3737
with:
38-
node-version: 14.17.0
38+
node-version: 14.17.1
3939
- run: npm install
4040
- run: npx semantic-release
4141
env:

.github/workflows/codeql_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
languages: javascript
2424
- uses: actions/setup-node@v1
2525
with:
26-
node-version: 14.17.0
26+
node-version: 14.17.1
2727
- run: npm install
2828
- name: Perform CodeQL Analysis
2929
uses: github/codeql-action/analyze@v1

.github/workflows/update_readme_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v1
1111
with:
12-
node-version: 14.17.0
12+
node-version: 14.17.1
1313
- run: npm install
1414
- run: npm run docs
1515
- uses: gr2m/create-or-update-pull-request-action@v1.x

0 commit comments

Comments
 (0)