Skip to content

Commit

Permalink
chore: rebuild dist and fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
smzelek committed Aug 7, 2024
1 parent 7275ac0 commit 1584a72
Show file tree
Hide file tree
Showing 12 changed files with 143,591 additions and 25,322 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache NPM
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: |
npm install
- run: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ inputs:
description: 'Set this to determine the number of days to retain the uploaded artifact [1-90](defaults to 90).'
default: 90
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 1584a72

Please sign in to comment.