parent
76300b5cc3
commit
207ad57013
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ jobs:
|
|||
build-web:
|
||||
runs-on: flutter-web-builder
|
||||
steps:
|
||||
- name: install node
|
||||
id: node-install
|
||||
run: apt install nodejs
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue