The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: make dev container ci build work

Signed-off-by: Xe Iaso <me@xeiaso.net>

+4
+4
.github/workflows/devcontainer.yml
··· 15 15 - name: Set up Docker Buildx 16 16 uses: docker/setup-buildx-action@v3 17 17 18 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 19 + with: 20 + node-version: latest 21 + 18 22 - name: Log into registry 19 23 if: github.event_name != 'pull_request' 20 24 uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0