ci: use version 20 in the Setup Node.js steps (#130)

This commit is contained in:
Alfi Maulana
2023-12-13 13:55:51 +07:00
committed by GitHub
parent b2c5be25ce
commit 27e324dd89
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4.0.0
with:
node-version: latest
node-version: 20
- name: Install Dependencies
uses: threeal/yarn-install-action@v1.0.0
@@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4.0.0
with:
node-version: latest
node-version: 20
- name: Install Dependencies
uses: threeal/yarn-install-action@v1.0.0