Skip to content

Commit 30d514f

Browse files
committed
feat: upgrade to node.js 16 to support ES modules by default
This will help upgrading dependencies to new versions that are exported as ESM. BREAKING CHANGE: Node.js version used on the action updated from 12 to 16
1 parent baffd3c commit 30d514f

File tree

3 files changed

+21410
-43
lines changed

3 files changed

+21410
-43
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12-alpine3.9
1+
FROM node:16-alpine3.13
22

33
RUN apk --no-cache add git
44

0 commit comments

Comments
 (0)