Skip to content

Commit

Permalink
docs: use node 20 in the ci (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Sep 2, 2024
1 parent e0cfd49 commit eac939f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}

- name: Use Node.js 16
uses: actions/setup-node@v2-beta
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: npm
cache-dependency-path: website/package-lock.json

Expand Down

0 comments on commit eac939f

Please sign in to comment.