Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clvs7-gh committed Jul 4, 2023
1 parent 98dc949 commit 839142d
Show file tree
Hide file tree
Showing 5 changed files with 936 additions and 5,395 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18', '17', '16', '15', '14' ]
node: [ '20', '19', '18', '17', '16' ]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:18-alpine
MAINTAINER clvs7 <[email protected]>

COPY . /app
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Rec0-bot --- A bot for revolution of comm.

![Action](https://github.com/clvs7-gh/rec0bot/workflows/Basic%20test/badge.svg)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/clvs7-gh/rec0bot.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/clvs7-gh/rec0bot/context:javascript)

## What's this?

Expand Down
Loading

0 comments on commit 839142d

Please sign in to comment.