diff options
author | pacien | 2023-07-26 01:12:17 +0200 |
---|---|---|
committer | pacien | 2023-07-26 01:12:17 +0200 |
commit | 8951f65d116b020bc95ba509c1ecf69b24bec1f0 (patch) | |
tree | 07ec167ecb1589b74fd93418196256edad9a2f0d /.github/workflows | |
parent | 46cd42de44e402fbf33522d999fa2649729ffaa8 (diff) | |
parent | f187b6f2653092d4034ec1561280d286f956c36e (diff) | |
download | ldgallery-2.3.tar.gz |
Diffstat (limited to '.github/workflows')
-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 7387fe7..0d31f8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -9,7 +9,7 @@ jobs: | |||
9 | - uses: actions/setup-node@v3 | 9 | - uses: actions/setup-node@v3 |
10 | with: | 10 | with: |
11 | # Latest version officially tested for Ld | 11 | # Latest version officially tested for Ld |
12 | node-version: 16.14.2 | 12 | node-version: 18.16.0 |
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: | |