Skip to content

Commit

Permalink
updated dependencies and switched actions to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
phisch committed Mar 21, 2024
1 parent ce6e465 commit 948f836
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion actions/figma-export/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ outputs:
description: 'The current version of the Figma file.'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion actions/generate-theme/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ inputs:
default: './generated'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
3 changes: 0 additions & 3 deletions actions/generate-theme/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61171,9 +61171,6 @@ class TypeSystemDuplicateFormat extends TypeBoxError {
super(`Duplicate string format '${kind}' detected`);
}
}
// ------------------------------------------------------------------
// TypeSystem
// ------------------------------------------------------------------
/** Creates user defined types and formats and provides overrides for value checking behaviours */
var TypeSystem;
(function (TypeSystem) {
Expand Down
2 changes: 1 addition & 1 deletion actions/generate-theme/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion actions/validate-json/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ inputs:
required: true

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
3 changes: 0 additions & 3 deletions actions/validate-json/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26874,9 +26874,6 @@ class TypeSystemDuplicateFormat extends TypeBoxError {
super(`Duplicate string format '${kind}' detected`);
}
}
// ------------------------------------------------------------------
// TypeSystem
// ------------------------------------------------------------------
/** Creates user defined types and formats and provides overrides for value checking behaviours */
var TypeSystem;
(function (TypeSystem) {
Expand Down
2 changes: 1 addition & 1 deletion actions/validate-json/dist/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 948f836

Please sign in to comment.