Node vesion 23 for github actions
All checks were successful
CI / ci-tests (push) Successful in 23s

This commit is contained in:
2025-03-10 18:56:43 +09:00
parent 1a3faad442
commit 41e794b35d

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 23
- name: Run `npm install` - name: Run `npm install`
run: | run: |
npm install npm install