Skip to content

Commit

Permalink
chore: add actions/setup-node@v3.2.0 (jobs.update_readme_api.steps.uses)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jun 8, 2022
1 parent 8500e8d commit 138d27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_readme_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.3.0
- uses: actions/setup-node@v3.2.0
with:
node-version: 16.15.0
- run: npm ci
Expand Down

0 comments on commit 138d27f

Please sign in to comment.