Skip to content

Commit ecf3a27

Browse files
committed
chore: add actions/[email protected] (jobs.update_readme_api.steps.uses)
chore: add 18.3.0 (jobs.update_readme_api.steps.with.node-version)
1 parent 96e9ff9 commit ecf3a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_readme_api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3.2.0
10+
- uses: actions/setup-node@v3.3.0
1111
with:
12-
node-version: 16.15.0
12+
node-version: 18.3.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)