Skip to content

Commit

Permalink
ci: switch to Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
seasick committed Jan 22, 2024
1 parent e0843a1 commit 1a93b0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js 21.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 21.x
node-version: 20.x
cache: 'npm'

- name: Run lint
Expand All @@ -45,10 +45,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js 21.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 21.x
node-version: 20.x
cache: 'npm'

- name: Run test
Expand All @@ -62,10 +62,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js 21.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 21.x
node-version: 20.x
cache: 'npm'

- name: Build application
Expand Down

0 comments on commit 1a93b0e

Please sign in to comment.