Skip to content

Commit

Permalink
🤖 [Actions] Update to use setup-node@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Dec 6, 2023
1 parent 9ef8546 commit e51615a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node 20.x to install with private scope
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fetch-depth: 0

- name: Setup Node 20.x to install with private scope
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node 20.x to install with private scope
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install dependencies
Expand Down

0 comments on commit e51615a

Please sign in to comment.