Skip to content

Commit

Permalink
🤖 [GitHub] Update node version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Oct 18, 2023
1 parent 766d1bc commit 319699a
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 @@ -10,10 +10,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup Node 18.x to install with private scope
- name: Setup Node 20.x to install with private scope
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
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 @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node 18.x to install with private scope
- name: Setup Node 20.x to install with private scope
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
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 @@ -10,10 +10,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

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

- name: Install dependencies
Expand Down

0 comments on commit 319699a

Please sign in to comment.