We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3df5c8 + 3f9a69e commit 2fd9fd1Copy full SHA for 2fd9fd1
1 file changed
.github/workflows/ci.yml
@@ -29,12 +29,12 @@ jobs:
29
sudo apt-get install -y build-essential
30
sudo apt-get install libudev-dev
31
- name: Use Node.js ${{ matrix.node-version }} and install npm dependencies
32
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
33
with:
34
node-version: ${{ matrix.node-version }}
35
- run: npm install
36
- name: Setup Python environment
37
- uses: actions/setup-python@v1.1.1
+ uses: actions/setup-python@v2
38
39
python-version: 3.x
40
- run: |
0 commit comments