File tree Expand file tree Collapse file tree 5 files changed +162
-168
lines changed
Expand file tree Collapse file tree 5 files changed +162
-168
lines changed Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727
2828 - name : Run Bento build action
2929 uses : bento-platform/bento_build_action@v1.0.0
Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Install modules
1313 run : npm install
1414 - name : Build
1515 run : npm run build
1616 lint :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Install modules
2121 run : npm install
2222 - name : Run linter
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ FROM nginx:1.28
2929# Install node so that we can run the create_config_prod.js & create_service_info.js scripts
3030RUN curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && \
3131 apt-get update -y && \
32- apt-get install -y ca-certificates curl gnupg && \
33- mkdir -p /etc/apt/keyrings && \
34- curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | \
35- gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
36- echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_24.x nodistro main" | \
37- tee /etc/apt/sources.list.d/nodesource.list && \
3832 apt-get install -y nodejs && \
3933 rm -rf /var/lib/apt/lists/*
4034
You can’t perform that action at this time.
0 commit comments