We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b82237 commit c748e55Copy full SHA for c748e55
.ci/docker/gren/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:14.5.0-stretch-slim
+FROM node:20-bullseye-slim
2
3
RUN apt-get update -qq -y \
4
&& apt-get install -qq -y --no-install-recommends git \
.github/workflows/release.yml
@@ -16,6 +16,7 @@ jobs:
16
- test
17
runs-on: ubuntu-latest
18
steps:
19
+ - uses: actions/checkout@v4
20
- name: release
21
run: make -f .ci/Makefile release
22
env:
0 commit comments