Skip to content

Commit 5afb73d

Browse files
committed
chore(deps): bump to nodejs 18.4.0
1 parent e07f454 commit 5afb73d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
matrix:
88
node-version:
99
- 16.15.1
10-
- 18.3.0
10+
- 18.4.0
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Build / Test Node ${{ matrix.node-version }}
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v3
3535
- uses: actions/setup-node@v3.3.0
3636
with:
37-
node-version: 18.3.0
37+
node-version: 18.4.0
3838
cache: npm
3939
- run: npm ci
4040
- run: npx semantic-release

.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@v3.3.0
2525
with:
26-
node-version: 18.3.0
26+
node-version: 18.4.0
2727
cache: npm
2828
- run: npm ci
2929
- 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/setup-node@v3.3.0
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)