diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 07bb28a..7d2c15e 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -40,14 +40,14 @@ jobs: - name: Set Node.js 18.x uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" check-latest: true - name: Install dependencies run: npm ci - name: Run linters - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 - name: Perform tests run: | diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index 81d6a3f..0c67264 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -32,4 +32,4 @@ |actions/checkout|v4|MIT License| |actions/setup-node|v4|MIT License| |actions/upload-artifact|v4|MIT License| -|pre-commit/action|v3.0.0|MIT License| +|pre-commit/action|v3.0.1|MIT License| diff --git a/render/action.yml b/render/action.yml index cab5c6c..b59adeb 100644 --- a/render/action.yml +++ b/render/action.yml @@ -25,5 +25,5 @@ inputs: description: "Inbox path" required: false runs: - using: "node12" + using: "node20" main: "../dist/documentation/render/index.js"