Skip to content

Commit

Permalink
Update owncloudci to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Apr 19, 2021
1 parent 8d4d5e4 commit f2fc302
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -245,31 +245,31 @@ def tests(ctx):
'steps': [
{
'name': 'install',
'image': 'owncloudci/nodejs:12',
'image': 'owncloudci/nodejs:14',
'pull': 'always',
'commands': [
'yarn install --frozen-lockfile',
],
},
{
'name': 'lint',
'image': 'owncloudci/nodejs:12',
'image': 'owncloudci/nodejs:14',
'pull': 'always',
'commands': [
'yarn lint',
],
},
{
'name': 'build',
'image': 'owncloudci/nodejs:12',
'image': 'owncloudci/nodejs:14',
'pull': 'always',
'commands': [
'yarn build',
],
},
{
'name': 'unit',
'image': 'owncloudci/nodejs:12',
'image': 'owncloudci/nodejs:14',
'pull': 'always',
'commands': [
'yarn test:unit'
Expand Down Expand Up @@ -298,7 +298,7 @@ def release(ctx):
'steps': [
{
'name': 'build',
'image': 'owncloudci/nodejs:11',
'image': 'owncloudci/nodejs:14',
'pull': 'always',
'commands': [
'yarn install --frozen-lockfile',
Expand Down

0 comments on commit f2fc302

Please sign in to comment.