chore: pipeline node version (#4896)
This commit is contained in:
committed by
GitHub
parent
b7de679e9b
commit
d9c5e165cd
8
.github/workflows/docs-freshness-check.yml
vendored
8
.github/workflows/docs-freshness-check.yml
vendored
@@ -1,8 +1,8 @@
|
||||
# Checks for outdated documentation content and sends notification about it
|
||||
name: Docs Freshness Check
|
||||
on:
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 1 * *' # once a month
|
||||
- cron: "0 0 1 * *" # once a month
|
||||
|
||||
jobs:
|
||||
freshness-check:
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -33,4 +33,4 @@ jobs:
|
||||
extension: docs-freshness-check
|
||||
|
||||
- name: Perform Freshness Check
|
||||
run: yarn check:freshness
|
||||
run: yarn check:freshness
|
||||
|
||||
Reference in New Issue
Block a user