Skip to content

Commit

Permalink
Moving to Node20
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Jun 24, 2024
1 parent 997bce0 commit 3c2b4e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0
uses: pre-commit/[email protected].1

- name: Perform tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
2 changes: 1 addition & 1 deletion render/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ inputs:
description: "Inbox path"
required: false
runs:
using: "node12"
using: "node20"
main: "../dist/documentation/render/index.js"

0 comments on commit 3c2b4e0

Please sign in to comment.