Skip to content

Commit

Permalink
chore(action): setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Aug 14, 2023
1 parent e1cf9d2 commit b77874e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- 20.5.1
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: 18.17.1
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: 18.17.1
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_package_lock.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.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: 18.17.1
- run: npm install
Expand Down
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.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: 18.17.1
- run: npm ci
Expand Down

0 comments on commit b77874e

Please sign in to comment.