Skip to content

Commit 8b218c7

Browse files
committed
8
1 parent 8618963 commit 8b218c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '16'
19+
node-version: '22'
2020

2121
- name: Install dependencies
2222
run: npm install
2323

24-
- name: Install crypto package
25-
run: npm install crypto
26-
2724
- name: Build the project
2825
run: npm run build:gh
2926

0 commit comments

Comments
 (0)