Skip to content

Commit

Permalink
Merge pull request #1 from Vendic/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Tjitse-E authored Nov 4, 2022
2 parents e7fd5e7 + a5e2f63 commit a5dec72
Show file tree
Hide file tree
Showing 5 changed files with 10,360 additions and 4,312 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,24 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: actions/checkout@v3

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'

- run: npm install
- run: npm run test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 1

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'

- run: npm install
- run: npm run build
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'checkout-files-action'
description: 'Checkout one or multiple files from a repository'
author: 'Tjitse-E'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
inputs:
token:
Expand Down
Loading

0 comments on commit a5dec72

Please sign in to comment.