chore: Update workflows

This commit is contained in:
Luan
2024-10-24 09:21:18 -03:00
parent 3ab569c637
commit 51ef60f17e
2 changed files with 10 additions and 3 deletions

View File

@@ -13,6 +13,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install protoc
run: |
sudo apt-get update
sudo apt-get install -y unzip
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
unzip protoc-21.12-linux-x86_64.zip -d protoc21
sudo mv protoc21/bin/protoc /usr/local/bin/
- run: npm ci
- run: npm run lint