Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use node 16 for bundle size action #920

Merged
merged 3 commits into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions actions/bundle-size/.dockerignore

This file was deleted.

5 changes: 0 additions & 5 deletions actions/bundle-size/Dockerfile

This file was deleted.

8 changes: 2 additions & 6 deletions actions/bundle-size/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ inputs:
description: A directory to run the bundle check in
required: false
runs:
# TODO: we need node14.14 minimum.
# https://github.com/actions/runner/issues/772
# using: 'node12'
# main: 'dist/index.js'
using: 'docker'
image: 'Dockerfile'
using: 'node16'
main: 'dist/index.js'
Loading