diff options
author | zeroinformatique | 2021-07-02 18:08:13 +0200 |
---|---|---|
committer | GitHub | 2021-07-02 18:08:13 +0200 |
commit | 08ac32103fb5f8cca1861267dfd07a7c0d2faf62 (patch) | |
tree | 6e70da08a58890eac806d98a127551e9f67994a9 /.github | |
parent | 1cf6dd4243a72935d382d62bb2a79ff13186e70d (diff) | |
parent | 90b0994ea7be0052fc6d868c98e1de8c835f2ba1 (diff) | |
download | ldgallery-08ac32103fb5f8cca1861267dfd07a7c0d2faf62.tar.gz |
Merge pull request #299 from ldgallery/oz-yarn
viewer: compilation chain upgrade
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9395862..190a0df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -8,14 +8,14 @@ jobs: | |||
8 | - uses: actions/checkout@v2 | 8 | - uses: actions/checkout@v2 |
9 | - uses: actions/setup-node@v1 | 9 | - uses: actions/setup-node@v1 |
10 | with: | 10 | with: |
11 | # Latest version officially tested for Vue | 11 | # Latest version officially tested for Ld |
12 | node-version: 12.16.1 | 12 | node-version: 12.22.2 |
13 | - name: Lint and build Node.js Vue project | 13 | - name: Lint and build Node.js Vue project |
14 | working-directory: viewer | 14 | working-directory: viewer |
15 | run: | | 15 | run: | |
16 | npm install | 16 | yarn |
17 | npm run lint | 17 | yarn run lint |
18 | npm run build | 18 | yarn run build |
19 | - uses: actions/upload-artifact@v2 | 19 | - uses: actions/upload-artifact@v2 |
20 | with: | 20 | with: |
21 | name: viewer-dist | 21 | name: viewer-dist |