mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 10:48:56 +02:00
Add Node.js 24 setup step to build-modules.yml
This commit is contained in:
parent
b3024e4841
commit
64394ae842
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ jobs:
|
|||
build-modules:
|
||||
runs-on: lix
|
||||
steps:
|
||||
- name: Setup nodejs 24
|
||||
run: |
|
||||
set -eux
|
||||
nix-shell -p nodejs-slim_24
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue