chore: pipeline node version (#4896)

This commit is contained in:
Carlos R. L. Rodrigues
2023-08-28 16:41:47 -03:00
committed by GitHub
parent b7de679e9b
commit d9c5e165cd
12 changed files with 63 additions and 63 deletions

View File

@@ -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