Skip to content

Commit

Permalink
update all dependencies to support v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviv Keller authored and avivkeller committed Oct 2, 2024
1 parent d4cf1b8 commit f7e1bac
Show file tree
Hide file tree
Showing 8 changed files with 37,718 additions and 8,883 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x

- name: npm install and build
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ npm-debug.log
.env
.vscode
.nyc_output
.tap
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ inputs:
description: 'The path inside the target repository where the .yml config file with filepaths -> labels mapping exists.'
required: true
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit f7e1bac

Please sign in to comment.