Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 06c7a14 commit e929f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: pnpm/action-setup@v2.4.0

- name: Setup Node
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.4
with:
node-version: 16.x
cache: pnpm
Expand All @@ -38,7 +38,7 @@ jobs:
uses: pnpm/action-setup@v2.4.0

- name: Setup Node
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.4
with:
node-version: 16.x
cache: pnpm
Expand All @@ -65,7 +65,7 @@ jobs:
uses: pnpm/action-setup@v2.4.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down

0 comments on commit e929f47

Please sign in to comment.