Skip to content

Commit

Permalink
Merge pull request #33 from OUCC/ciffelia/add-node-version
Browse files Browse the repository at this point in the history
`.node-version`を追加
  • Loading branch information
ciffelia authored Oct 5, 2023
2 parents 6c74f5d + 4a545a9 commit ee7a7fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run build
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run lint
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run typecheck
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.18.0

0 comments on commit ee7a7fc

Please sign in to comment.