Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
050644zf authored Sep 5, 2024
1 parent 875baa1 commit 003445b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
ref: gh-pages
path: gh-pages
token: ${{secrets.PAT}}
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4.0.3
with:
node-version: '20.9.0'
registry-url: 'http://registry.npmjs.org/'
- run: |
cd reader
npm ci
Expand Down

0 comments on commit 003445b

Please sign in to comment.