Skip to content

Commit c748e55

Browse files
authored
Added missing checkout into workflow and updated node & debian version in Dockerfile (#53)
1 parent 6b82237 commit c748e55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/docker/gren/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.5.0-stretch-slim
1+
FROM node:20-bullseye-slim
22

33
RUN apt-get update -qq -y \
44
&& apt-get install -qq -y --no-install-recommends git \

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- test
1717
runs-on: ubuntu-latest
1818
steps:
19+
- uses: actions/checkout@v4
1920
- name: release
2021
run: make -f .ci/Makefile release
2122
env:

0 commit comments

Comments
 (0)