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] authored Oct 23, 2023
1 parent 1131cfd commit 2693e98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: latest

- name: Install Node.js v19
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 19
cache: pnpm
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
version: latest

- name: Install Node.js v18
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
version: latest

- name: Install Node.js v19
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 19
cache: pnpm
Expand Down

0 comments on commit 2693e98

Please sign in to comment.