From ca5c1f41e7023750f1242214194c7f597f2f76fc Mon Sep 17 00:00:00 2001 From: AriPerkkio Date: Wed, 24 May 2023 09:47:14 +0300 Subject: [PATCH] feat!: update node 14 to 18 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bf2967f..4041ed5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14-alpine +FROM node:18-alpine COPY dist/index.js /index.js diff --git a/README.md b/README.md index 1632eb3..7cff22f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - run: npm install - run: npm link - run: npm link eslint-plugin-custom