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 40c69ed commit 661c44eCopy full SHA for 661c44e
.travis.yml
@@ -2,7 +2,7 @@
2
language: node_js
3
4
node_js:
5
- - "16"
+ - "18"
6
7
env:
8
global:
Dockerfile
@@ -6,7 +6,7 @@ RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
ENV NPM_CONFIG_LOGLEVEL info
9
-ENV NODE_VERSION 16.20.2
+ENV NODE_VERSION 18.17.0
10
11
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
12
&& tar -xJf "node-v$NODE_VERSION-linux-x64.tar.xz" -C /usr/local --strip-components=1 \
0 commit comments