Skip to content

Commit

Permalink
Drop node 12, add node 18 (#210)
Browse files Browse the repository at this point in the history
* drop node 12, add node 18

* use node 18
  • Loading branch information
tizmagik authored Oct 17, 2022
1 parent 874b478 commit 3d73fa4
Show file tree
Hide file tree
Showing 4 changed files with 10,100 additions and 18,142 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
image: node:14
commands:
- npm ci

- name: prepare
image: node:14
commands:
Expand All @@ -21,17 +21,17 @@ trigger:
---
kind: pipeline
type: docker
name: build node 12
name: build node 18

steps:
- name: install
pull: if-not-exists
image: node:12
image: node:18
commands:
- npm ci

- name: prepare
image: node:12
image: node:18
commands:
- npm run prepare

Expand All @@ -58,4 +58,4 @@ steps:

trigger:
branch:
- main
- main
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.9.1
v18
Loading

0 comments on commit 3d73fa4

Please sign in to comment.