apt update before installing
Some checks failed
Build

This commit is contained in:
Marius Alwan Meyer 2023-04-09 19:37:32 +00:00
parent 8ee0b58f15
commit c5a27a04ad

View File

@ -10,7 +10,7 @@ jobs:
name: Build
steps:
- name: Install Node in Container
run: apt install nodejs -y
run: apt update; apt install nodejs -y
- name: Setup Node
uses: actions/setup-node@v3
- name: Checkout