Skip to content

Commit 670714d

Browse files
authoredDec 13, 2021
fix: use node 16 for bundle size action (#920)
node 16 is now supported in gh actions. Ref: actions/runner#1439
1 parent 26f1485 commit 670714d

File tree

4 files changed

+7209
-7159
lines changed

4 files changed

+7209
-7159
lines changed
 

‎actions/bundle-size/.dockerignore

-2
This file was deleted.

‎actions/bundle-size/Dockerfile

-5
This file was deleted.

‎actions/bundle-size/action.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,5 @@ inputs:
88
description: A directory to run the bundle check in
99
required: false
1010
runs:
11-
# TODO: we need node14.14 minimum.
12-
# https://github.com/actions/runner/issues/772
13-
# using: 'node12'
14-
# main: 'dist/index.js'
15-
using: 'docker'
16-
image: 'Dockerfile'
11+
using: 'node16'
12+
main: 'dist/index.js'

‎actions/bundle-size/dist/index.js

+7,207-7,146
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.