mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Updated CI Node version to 16
refs https://github.com/TryGhost/Toolbox/issues/163 - Node 16 is our recommended version so we should test using that
This commit is contained in:
parent
9608f834c3
commit
20d9256105
1 changed files with 1 additions and 1 deletions
2
ghost/portal/.github/workflows/test.yml
vendored
2
ghost/portal/.github/workflows/test.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '14' ]
|
||||
node: [ '16' ]
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
CI: true
|
||||
|
|
Loading…
Add table
Reference in a new issue