Skip to content

Commit

Permalink
fix: use node 16 for bundle size action (#920)
Browse files Browse the repository at this point in the history
node 16 is now supported in gh actions.

Ref: actions/runner#1439
  • Loading branch information
achingbrain committed Dec 13, 2021
1 parent 26f1485 commit 670714d
Show file tree
Hide file tree
Showing 4 changed files with 7,209 additions and 7,159 deletions.
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

0 comments on commit 670714d

Please sign in to comment.