Skip to content

Commit 2f7b423

Browse files
authored
Add crypto import (#1050)
* Add crypto import * Bump node version * Fix prettier * Change node version
1 parent 6ef0893 commit 2f7b423

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use the correct Node.js version
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: "18.17.1"
17+
node-version: "20.17.0"
1818
- name: Install dependencies
1919
run: npm ci
2020
- name: Run ESLint

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.17.1
1+
v20.17.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"typescript": "^5.4.5"
141141
},
142142
"volta": {
143-
"node": "18.17.1",
143+
"node": "20.17.0",
144144
"npm": "9.6.7"
145145
},
146146
"overrides": {

server/db/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import crypto from "crypto";
12
import {
23
timestamp,
34
index,

0 commit comments

Comments
 (0)