Skip to content

Commit

Permalink
feat: upgrade to node.js 16 to support ES modules by default
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wagoid committed Jul 7, 2021
1 parent baffd3c commit 30d514f
Show file tree
Hide file tree
Showing 3 changed files with 21,410 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine3.9
FROM node:16-alpine3.13

RUN apk --no-cache add git

Expand Down
Loading

0 comments on commit 30d514f

Please sign in to comment.