Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3 to 4 (#460)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent bf75e4d commit 8c74b9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: ⎔ Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v3

- name: ⎔ Setup Node v${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: npm
node-version: ${{ matrix.node }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v3

- name: ⎔ Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit 8c74b9b

Please sign in to comment.