Skip to content

Commit

Permalink
Upgrade Node to v18.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo committed Feb 13, 2023
1 parent 1a70a8e commit 422bd4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
node-version-file: ".tool-versions"
- name: Get the Yarn cache path
id: yarn-cache-path
run: echo "::set-output name=path::$(yarn config get cacheFolder)"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
18.14.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.13.0
nodejs 18.14.0

0 comments on commit 422bd4b

Please sign in to comment.