chore: Update Actions node version to 16 (#13)

This commit is contained in:
Samuel Ryan 2022-12-02 15:02:25 +00:00 committed by GitHub
parent 23130a485b
commit abde1147dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -20,12 +20,12 @@ jobs:
name: Extract Example File on macOS
steps:
- uses: actions/checkout@v2
- name: Install Docker Machine
- name: Install Docker
env:
HOMEBREW_GITHUB_API_TOKEN: "${{ github.token }}"
run: |
brew install docker docker-machine
docker-machine create --driver virtualbox default
eval $(docker-machine env default)
env | grep DOCKER >> $GITHUB_ENV
brew install docker colima
colima start
- run: docker build -t example:${{ github.sha }} ./.github/tests
- uses: ./
id: extract

View file

@ -12,7 +12,7 @@ outputs:
destination:
description: 'Destination of extracted file(s)'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'scissors'

View file

@ -1,8 +1,8 @@
{
"name": "@shrink/actions-docker-extract",
"version": "1.0.2",
"description": "Extract from a Docker Image",
"author": "Samuel Ryan <sam@samryan.co.uk>",
"private": true,
"homepage": "https://github.com/shrink/actions-docker-extract#readme",
"main": "dist/index.js",
"scripts": {