Skip to content

Commit

Permalink
Update action to use native nodejs
Browse files Browse the repository at this point in the history
Node16 support added last month:
actions/runner#772 (comment)
  • Loading branch information
Evy Bongers committed Jan 3, 2022
1 parent 970394d commit 2b04cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

6 changes: 2 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ inputs:
required: false
description: The name of the workspace that resources should be applied in
runs:
# node16 not available
# https://github.com/actions/runner/issues/772
using: docker
image: Dockerfile
using: 'node16'
main: 'dist/index.js'

0 comments on commit 2b04cdc

Please sign in to comment.