Skip to content

Commit

Permalink
ci: pin node-version to 18 (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Sep 11, 2023
1 parent 87231bc commit 65ebf11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 65ebf11

Please sign in to comment.