Skip to content

Commit

Permalink
chore(deps): Bump actions/setup-node from 3 to 4 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and metcoder95 committed Mar 10, 2024
1 parent 5c2264c commit 69cae53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: v20.x
- name: Install dependencies
Expand All @@ -38,7 +38,7 @@ jobs:
persist-credentials: false

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 69cae53

Please sign in to comment.