Skip to content

Commit 31c746c

Browse files
committed
chore(deps): bump to nodejs 18.4.0
1 parent 1a4431e commit 31c746c

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-
- 18.3.0
11+
- 18.4.0
1212
browser:
1313
- chrome
1414
- firefox
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v3
4646
- uses: actions/[email protected]
4747
with:
48-
node-version: 18.3.0
48+
node-version: 18.4.0
4949
cache: npm
5050
- run: npm ci
5151
- run: npx semantic-release

.github/workflows/codeql_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
languages: javascript
2222
- uses: actions/[email protected]
2323
with:
24-
node-version: 18.3.0
24+
node-version: 18.4.0
2525
cache: npm
2626
- run: npm ci
2727
- name: Perform CodeQL Analysis

.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@v3
1010
- uses: actions/[email protected]
1111
with:
12-
node-version: 18.3.0
12+
node-version: 18.4.0
1313
- run: npm ci
1414
- run: npm run docs
1515
- uses: gr2m/create-or-update-pull-request-action@v1

0 commit comments

Comments
 (0)