Skip to content

Commit 91b5231

Browse files
author
YukiTsuchida
committed
refactor: update node version and simplify script commands in package files
1 parent 71eb3a1 commit 91b5231

File tree

3 files changed

+185
-72
lines changed

3 files changed

+185
-72
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ jobs:
1414
id: go
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: '16'
18-
- name: Install Foundry
19-
uses: foundry-rs/foundry-toolchain@v1
20-
with:
21-
version: v1.4.1
17+
node-version: '25'
2218

2319
- name: Check out code into the Go module directory
2420
uses: actions/checkout@v3

0 commit comments

Comments
 (0)