diff options
author | pacien | 2021-06-29 00:22:13 +0200 |
---|---|---|
committer | pacien | 2021-06-29 00:23:12 +0200 |
commit | 4964ee35dfb4b9b58f5791b20df13e34fa89e3ed (patch) | |
tree | 09098afd8ba30d35267460eb4ec63520c2c07678 /.github/workflows | |
parent | f0d2b69bcdd43754142c5d39e5539c0c21f724f0 (diff) | |
download | ldgallery-4964ee35dfb4b9b58f5791b20df13e34fa89e3ed.tar.gz |
ci: pin node version to match vue recommendations
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caabbc6..532c1f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -8,7 +8,8 @@ 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 | node-version: 12.x | 11 | # Latest version officially tested for Vue |
12 | node-version: 12.16.1 | ||
12 | - name: Lint and build Node.js Vue project | 13 | - name: Lint and build Node.js Vue project |
13 | working-directory: viewer | 14 | working-directory: viewer |
14 | run: | | 15 | run: | |