Use Node.js v16
This commit is contained in:
parent
fa9f0d9ff9
commit
6573c3b522
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 15.x]
|
||||
node-version: [14.x, 16.x]
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
|
@ -1 +1 @@
|
|||
v14.15.5
|
||||
v16.0.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:14.15.5-alpine3.13 AS base
|
||||
FROM node:16.0.0-alpine3.13 AS base
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
|
Loading…
Reference in New Issue