Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 2e697ec

Browse files
committed
fix GH action
1 parent 8743976 commit 2e697ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Set up Node.js
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@v
1616
with:
1717
node-version: '22'
1818

.github/workflows/static-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
setup:
1313
name: Setup Dependencies
14-
uses: ./.github/action/setup.yml
14+
uses: ./.github/actions/setup.yml
1515

1616
lint:
1717
name: ESLint Check

0 commit comments

Comments
 (0)