Skip to content

Commit e984e4e

Browse files
authored
Upgrade datasheets action (#1716)
1 parent 0fd28e1 commit e984e4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/render-datasheets.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
1111

1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-node@v2
13+
- uses: actions/checkout@v3
14+
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 14
16+
node-version: 18
1717
cache: "npm"
1818
cache-dependency-path: "**/package-lock.json"
1919

0 commit comments

Comments
 (0)