Skip to content

Commit

Permalink
Upgrade datasheets action
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo-it committed Jan 29, 2024
1 parent 0fd28e1 commit dd04b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/render-datasheets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
cache: "npm"
cache-dependency-path: "**/package-lock.json"

Expand Down

0 comments on commit dd04b39

Please sign in to comment.