File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
test :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
- name : Setup node.js
19
- uses : actions/setup-node@v1
19
+ uses : actions/setup-node@v4
20
20
with :
21
- node-version : ' 16.x '
21
+ node-version : 22
22
22
- name : Install dependencies
23
23
run : npm install
24
24
- name : Lint
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ See [degit](https://github.com/Rich-Harris/degit) docs for detailed explaination
20
20
- CI with github actions
21
21
- Docker image
22
22
- Linting
23
- - ESM (can be opt out by changing the tsconfig: https://www.typescriptlang.org/docs/handbook/esm-node.html )
24
23
25
24
** BYODB - Bring your own database** - no database connection included
26
25
You can’t perform that action at this time.
0 commit comments