Update node version to 21

This commit is contained in:
kwaroran
2024-01-15 18:25:51 +09:00
parent 52940af010
commit 3cebbd330c

View File

@@ -16,7 +16,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21
- id: set_var_win
if: matrix.platform == 'windows-latest'
run: |