Skip to content

Commit

Permalink
Added missing checkout into workflow and updated node & debian versio…
Browse files Browse the repository at this point in the history
…n in Dockerfile (#53)
  • Loading branch information
intuibase authored Jan 31, 2024
1 parent 6b82237 commit c748e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/docker/gren/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.5.0-stretch-slim
FROM node:20-bullseye-slim

RUN apt-get update -qq -y \
&& apt-get install -qq -y --no-install-recommends git \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: release
run: make -f .ci/Makefile release
env:
Expand Down

0 comments on commit c748e55

Please sign in to comment.