Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2023
1 parent 41eae2f commit d66783c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
Expand All @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
Expand All @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
Expand Down

0 comments on commit d66783c

Please sign in to comment.