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.
1 parent c21c5c0 commit 4241fc8Copy full SHA for 4241fc8
.github/workflows/ci.yml
@@ -138,8 +138,9 @@ jobs:
138
uses: aws-actions/setup-sam@v2
139
with:
140
use-installer: true
141
- - name: install unzip
142
- run: sudo apt-get update && sudo apt-get install -y unzip
+ - uses: actions/setup-node@v4
+ with:
143
+ node-version: 22
144
145
- name: Build targets
146
run: |
Cross.toml
@@ -1,10 +1,4 @@
1
[build]
2
pre-build = [
3
- # install nodejs and npm to compile static web resources
4
- # note that architecture could be the same as the container, not $CROSS_DEB_ARCH
5
- "curl https://fnm.vercel.app/install -o install.sh",
6
- # Download and install Node.js:
7
- "bash install.sh",
8
- "fnm install 22",
9
"node -v",
10
]
0 commit comments