Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit d0ccaad

Browse files
committed
Update Node image reference to 18.16
1 parent 1bc334d commit d0ccaad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pipeline:
22
build:
33
when:
44
event: push
5-
image: node:14.15-alpine
5+
image: node:18.16-alpine
66
commands:
77
- npm ci
88
- npm run build
@@ -11,7 +11,7 @@ pipeline:
1111
when:
1212
branch: master
1313
event: push
14-
image: node:14.15-alpine
14+
image: node:18.16-alpine
1515
secrets: ['npm_token']
1616
commands:
1717
- npm config set '//registry.npmjs.org/:_authToken' $NPM_TOKEN

0 commit comments

Comments
 (0)