mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
Use Node.js v16
This commit is contained in:
parent
b7fe3d6daf
commit
ce3f5da89e
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -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
Block a user