Skip to content

Commit

Permalink
8
Browse files Browse the repository at this point in the history
  • Loading branch information
b9348 committed Feb 6, 2025
1 parent 8618963 commit 8b218c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '22'

- name: Install dependencies
run: npm install

- name: Install crypto package
run: npm install crypto

- name: Build the project
run: npm run build:gh

Expand Down

0 comments on commit 8b218c7

Please sign in to comment.