Skip to content

Commit

Permalink
Use an old version of Node.js 🤢
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarratt committed Mar 5, 2024
1 parent 9995fdc commit 929f15b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
static:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build --if-present
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE="node:lts-alpine"
ARG BASE="node:16-alpine"

FROM --platform=$BUILDPLATFORM ${BASE} AS builder

Expand Down
4 changes: 4 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: '3'
services:
web:
build: .
15 changes: 0 additions & 15 deletions docker-compose.yml

This file was deleted.

0 comments on commit 929f15b

Please sign in to comment.