Skip to content

Commit 863aca0

Browse files
committed
fix: automation
1 parent 5a94500 commit 863aca0

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,13 @@ jobs:
2323
- name: Checkout Repo
2424
uses: actions/checkout@v3
2525

26-
- name: Setup Python
27-
uses: actions/setup-python@v4
28-
with:
29-
python-version: '3.11'
30-
31-
- name: Setup Node.js 20.x
26+
- name: Setup Node.js 18
3227
uses: actions/setup-node@v4
3328
with:
34-
node-version: 20.x
29+
node-version: 18
3530
cache: 'yarn'
3631
registry-url: 'https://registry.npmjs.org'
3732

38-
- name: Install system dependencies
39-
run: |
40-
sudo apt-get update
41-
sudo apt-get install -y build-essential g++ make python3-dev
42-
4333
- name: Install Dependencies
4434
run: yarn install
4535

0 commit comments

Comments
 (0)