ci: pin node-version to 18 (#981)

This commit is contained in:
Shohei Ueda 2023-09-12 01:03:31 +09:00 committed by GitHub
parent 87231bc03a
commit 65ebf11929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ jobs:
- uses: peaceiris/workflows/setup-node@v0.19.1
with:
node-version-file: ".nvmrc"
node-version: "18"
# node-version-file: ".nvmrc"
- name: Dump version
run: |