mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-09 00:05:46 +00:00
Add node
This commit is contained in:
@@ -11,9 +11,7 @@ jobs:
|
|||||||
build-arch:
|
build-arch:
|
||||||
runs-on: arch-builder
|
runs-on: arch-builder
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-node@v4
|
- run: pacman --noconfirm -Sy nodejs npm
|
||||||
with:
|
|
||||||
node-version: '20.x'
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: pacman --noconfirm -Sy mbedtls curl
|
- run: pacman --noconfirm -Sy mbedtls curl
|
||||||
- run: pacman --config /opt/cross/ppc/pacman.conf --noconfirm -Sy mbedtls
|
- run: pacman --config /opt/cross/ppc/pacman.conf --noconfirm -Sy mbedtls
|
||||||
@@ -26,9 +24,6 @@ jobs:
|
|||||||
build-jammy:
|
build-jammy:
|
||||||
runs-on: deb-builder-jammy
|
runs-on: deb-builder-jammy
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '20.x'
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build for jammy, noble
|
- name: Build for jammy, noble
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user