diff options
author | pacien | 2023-05-08 22:27:13 +0200 |
---|---|---|
committer | pacien | 2023-07-25 22:13:55 +0200 |
commit | 0548ebe1c9040b3ae59194dd682e3327892804dd (patch) | |
tree | b08ff3f0922e85cb67c1e9580ad9b9ecd7b09e25 /.github/workflows | |
parent | 5d1ab7d9b545c18ec98ccf4770ea662e144048e6 (diff) | |
download | ldgallery-0548ebe1c9040b3ae59194dd682e3327892804dd.tar.gz |
viewer: use nodejs 16 -> 18 for build in flake and CI
Node v16 is reaching EOL in a few months.
Build seems to work fine with the new LTS (v18).
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: | |