Skip to content

Commit 0be6441

Browse files
committed
Fix lint and update node version for lint check
1 parent a864b54 commit 0be6441

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: ./.github/workflows/setup
1818
- run: npm run lint
1919

.github/workflows/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66

77
steps:
88
- name: Setup Node.js
9-
uses: actions/setup-node@v4
9+
uses: actions/setup-node@v5
1010
with:
1111
node-version: lts/*
1212
cache: npm

0 commit comments

Comments
 (0)