Skip to content

Commit

Permalink
ci(deps): update actions/setup-node action to v4 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2023
1 parent 0ffb679 commit feb1281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node 💻
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node 💻
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
persist-credentials: false

- name: Setup Node 💻
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
Expand Down

0 comments on commit feb1281

Please sign in to comment.