Skip to content

Commit

Permalink
Merge pull request #17 from joined/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
joined authored Dec 16, 2023
2 parents b0fcc63 + 189a88b commit e873b1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
version: latest
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
cache: 'pnpm'
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
with:
version: latest
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
cache: 'pnpm'
Expand All @@ -67,7 +67,7 @@ jobs:
with:
version: latest
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
cache: 'pnpm'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
with:
version: latest
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
cache: 'pnpm'
Expand Down

0 comments on commit e873b1f

Please sign in to comment.