We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70b372 commit f5c5b52Copy full SHA for f5c5b52
.github/workflows/rust.yml
@@ -81,8 +81,9 @@ jobs:
81
- uses: actions/checkout@v3
82
- name: Install dependencies
83
run: |
84
+ curl -fsSL https://deb.nodesource.com/setup_18.x | bash
85
apt-get -qq update
- apt-get -qq install -y nodejs npm
86
+ apt-get -qq install -y nodejs
87
npm install -g yarn
88
cat /etc/*-release
89
which node
0 commit comments