Skip to content
Snippets Groups Projects
Commit 6573c3b5 authored by syuilo's avatar syuilo
Browse files

Use Node.js v16

parent fa9f0d9f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
node-version: [14.x, 16.x]
services:
postgres:
......
v14.15.5
v16.0.0
FROM node:14.15.5-alpine3.13 AS base
FROM node:16.0.0-alpine3.13 AS base
ENV NODE_ENV=production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment