Skip to content

Commit 0bbedca

Browse files
authored
Merge pull request #385 from ActionsDesk/update-node-version
Updated dependencies and upgraded to current nodeJS version
2 parents ee76718 + 6261e9a commit 0bbedca

File tree

5 files changed

+1535
-1579
lines changed

5 files changed

+1535
-1579
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
name: Run tests
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

16-
- uses: actions/setup-node@v2
16+
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 20
1919
cache: 'npm'
2020

2121
- run: npm install --ignore-scripts --pure-lockfile

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ outputs:
1818
data:
1919
description: 'The data extracted from the license API calls in the format specified. The type of the output is always string'
2020
runs:
21-
using: 'node12'
21+
using: 'node20'
2222
main: 'dist/index.js'

0 commit comments

Comments
 (0)