mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-12 18:11:02 +00:00
CI: Node Node 16 for single tasks
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
313ed46888
commit
b9a0cb6150
1 changed files with 3 additions and 3 deletions
6
.github/workflows/node.js.yml
vendored
6
.github/workflows/node.js.yml
vendored
|
@ -18,10 +18,10 @@ jobs:
|
|||
- sudo apt install -y jq && yarn run jsonlint
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js 14
|
||||
- name: Use Node.js 16
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
cache: yarn
|
||||
- run: yarn --frozen-lockfile --prefer-offline
|
||||
- run: ${{matrix.command}}
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
- run: yarn --frozen-lockfile --prefer-offline
|
||||
- run: yarn run build
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: github.ref == 'refs/heads/master' && matrix.node-version == '14.x'
|
||||
if: github.ref == 'refs/heads/master' && matrix.node-version == '16.x'
|
||||
with:
|
||||
name: Prebuild with Node.js ${{ matrix.node-version }}
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue