Skip to content

Commit 72abf3e

Browse files
committed
update ci
1 parent 6fb5ec8 commit 72abf3e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
test:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Setup node.js
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v4
2020
with:
21-
node-version: '16.x'
21+
node-version: 22
2222
- name: Install dependencies
2323
run: npm install
2424
- name: Lint

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ See [degit](https://github.com/Rich-Harris/degit) docs for detailed explaination
2020
- CI with github actions
2121
- Docker image
2222
- Linting
23-
- ESM (can be opt out by changing the tsconfig: https://www.typescriptlang.org/docs/handbook/esm-node.html)
2423

2524
**BYODB - Bring your own database** - no database connection included
2625

0 commit comments

Comments
 (0)