Skip to content

Commit

Permalink
Build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
2 parents 8aa1b3d + eac29de commit e168987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- 22
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
cache: 'npm'
node-version: ${{ matrix.node_version }}
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
cache: 'npm'
node-version: 20
Expand All @@ -64,7 +64,7 @@ jobs:
concurrency: '${{ github.workflow }}-${{ github.ref }}'
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
cache: 'npm'
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: checkout source
uses: actions/[email protected]

- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
cache: 'npm'
node-version: 20
Expand Down

0 comments on commit e168987

Please sign in to comment.