Skip to content

build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 #741

build(deps): bump actions/setup-node from 4.0.3 to 4.0.4

build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 #741

Workflow file for this run

name: Build
on:
push:
schedule:
- cron: "5 1 * * *" # Run nightly
workflow_dispatch:
jobs:
build:
name: Building the player
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20.5.0
- name: make clean
run: make clean
- name: make init
run: make init
- name: make build
run: make build