Skip to content

Commit

Permalink
feat!: update node 14 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed May 24, 2023
1 parent f39ffeb commit ca5c1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:18-alpine

COPY dist/index.js /index.js

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca5c1f4

Please sign in to comment.