Skip to content

Commit

Permalink
Updated CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdulcet committed Oct 1, 2023
1 parent 5538bef commit 8dd7be2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- name: Install
run: npm install -g eslint
Expand All @@ -25,7 +25,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion common/modules/MessageHandler
Submodule MessageHandler updated 1 files
+1 −1 README.md

0 comments on commit 8dd7be2

Please sign in to comment.