Skip to content

Commit 661c44e

Browse files
committed
node 18
1 parent 40c69ed commit 661c44e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
language: node_js
33

44
node_js:
5-
- "16"
5+
- "18"
66

77
env:
88
global:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN groupadd --gid 1000 node \
66
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
77

88
ENV NPM_CONFIG_LOGLEVEL info
9-
ENV NODE_VERSION 16.20.2
9+
ENV NODE_VERSION 18.17.0
1010

1111
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
1212
&& tar -xJf "node-v$NODE_VERSION-linux-x64.tar.xz" -C /usr/local --strip-components=1 \

0 commit comments

Comments
 (0)