Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 3 to 4 (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 29, 2023
1 parent 89141c0 commit 80843f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

Expand Down

0 comments on commit 80843f7

Please sign in to comment.