Update node version in github runner

This commit is contained in:
Jackson Harper
2023-07-05 10:30:24 -07:00
parent fa1ff9ba17
commit 0efb5e4d77

View File

@ -64,7 +64,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: 14.18
node-version: 18.16
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(source ~/.nvm/nvm.sh && yarn cache dir)"