mirror of
https://github.com/pinry/pinry.git
synced 2026-01-09 08:42:09 +01:00
fix: tyr to fix nodejs build
This commit is contained in:
8
.github/workflows/node.js.yml
vendored
8
.github/workflows/node.js.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [ 12.x, 14.x ]
|
||||
node-version: [ 18.x, ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -23,8 +23,8 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install yarn
|
||||
- run: yarn install --registry https://registry.yarnpkg.com
|
||||
- run: npm install -g pnpm
|
||||
- run: pnpm install
|
||||
working-directory: ./pinry-spa
|
||||
- run: yarn build
|
||||
- run: pnpm build
|
||||
working-directory: ./pinry-spa
|
||||
|
||||
Reference in New Issue
Block a user