Skip to content

Commit

Permalink
Merge pull request #1 from Vendic/update-node-16
Browse files Browse the repository at this point in the history
Update to node 16
  • Loading branch information
Tjitse-E authored Feb 3, 2023
2 parents fea9fef + 8b30b79 commit fec1f57
Show file tree
Hide file tree
Showing 5 changed files with 8,867 additions and 6,254 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

- run: npm install
- run: npm run test
Expand All @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v2
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: 'clickup-get-tasks'
description: 'Github action to fetch tasks from Clickup via the API'
author: 'Tjitse-E'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
inputs:
clickup_token:
Expand Down
Loading

0 comments on commit fec1f57

Please sign in to comment.