We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8f681 commit 44ea9f9Copy full SHA for 44ea9f9
.github/workflows/node-js.yml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- node-version: [8.x, 10.x]
+ node-version: [8.x, 10.x, 12.x]
19
20
steps:
21
- uses: actions/checkout@v2
Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get -yq update && \
14
ADD . /opt/conditional
-RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
+RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get -yq update && \
apt-get -yq install nodejs && \
npm install && \
0 commit comments