diff options
author | zeroinformatique | 2022-04-12 18:24:36 +0200 |
---|---|---|
committer | GitHub | 2022-04-12 18:24:36 +0200 |
commit | a6b4a520f16092f38d8d97d5d746aa6777b8ced5 (patch) | |
tree | 1fd6466f20a3fd82cd8a15de2dc21277ae27058b | |
parent | f4c421c93580747b878440424b3ee8be9b35398c (diff) | |
parent | ccc95b255de72379d0e8901c49a091761b956469 (diff) | |
download | ldgallery-a6b4a520f16092f38d8d97d5d746aa6777b8ced5.tar.gz |
Merge pull request #311 from ldgallery/ci-nodejs-16
ci: bump nodejs version
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 190a0df..ce7bab2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -9,7 +9,7 @@ jobs: | |||
9 | - uses: actions/setup-node@v1 | 9 | - uses: actions/setup-node@v1 |
10 | with: | 10 | with: |
11 | # Latest version officially tested for Ld | 11 | # Latest version officially tested for Ld |
12 | node-version: 12.22.2 | 12 | node-version: 16.14.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: | |