ci: use Node.js v20 (#1100)

This commit is contained in:
SuperMaxusa 2024-08-01 18:15:40 +03:00 committed by GitHub
parent a66e3a2bfb
commit 69f71f66af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js version
uses: actions/setup-node@v4
with:
node-version: '20'
check-latest: true
- name: Setup toolchain
run: |
rustup toolchain install stable --profile minimal