Skip to content

Commit dae1427

Browse files
committed
[actions] TOC: use latest LTS node
1 parent 0641363 commit dae1427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
allowed-endpoints:
2121
github.com:443
2222
registry.npmjs.org:443
23+
api.github.com:443
2324
- uses: actions/checkout@v4
2425
with:
2526
# https://github.com/actions/checkout/issues/217#issue-599945005
@@ -30,7 +31,7 @@ jobs:
3031
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
3132
- uses: actions/setup-node@v4
3233
with:
33-
node-version: '16'
34+
node-version: 'lts/*'
3435
- run: npm install
3536
- run: npm run doctoc
3637
- name: commit changes

0 commit comments

Comments
 (0)