Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Use Node 20 to run our actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Mar 27, 2024
1 parent 7401759 commit e8359e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion github-actions/check-licenses/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ inputs:
description: The path to the project root directory
required: true
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion github-actions/circular-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ inputs:
description: The path to project files that will be used during analysis
required: true
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit e8359e9

Please sign in to comment.