Change path
Some checks failed
Tests / sdk_tests (pull_request) Has been cancelled
Publish npm package to gitea / npm_publish (18.x) (pull_request) Has been cancelled

This commit is contained in:
Thomas E Lackey 2023-11-21 16:45:07 -06:00
parent 7b6fe3382e
commit 0a7bd3b443

View File

@ -18,8 +18,8 @@ jobs:
fetch-depth: 0
- name: Download yarn
run: |
curl -fsSL -o ~/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.21/yarn-1.22.21.js
chmod +x ~/bin/yarn
curl -fsSL -o /usr/local/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.21/yarn-1.22.21.js
chmod +x /usr/local/bin/yarn
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with: