Skip to content

Commit

Permalink
Revert to node v16, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Dec 2, 2022
1 parent 1dca16d commit 5b6ccd4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '16'
cache: 'npm'

- name: Coverage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sprint_milestone:
runs-on: ubuntu-latest
steps:
- uses: davideviolante/sprint-milestone-action@v2.2.0
- uses: davideviolante/sprint-milestone-action@v2.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ outputs:
milestone-dueon:
description: 'Milestone due on'
runs:
using: 'node18'
using: 'node16'
main: 'dist/index.js'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sprint-milestone-action",
"version": "2.2.0",
"version": "2.2.1",
"description": "Automatically create Milestones to manage sprints",
"scripts": {
"build": "ncc build index.js",
Expand Down

0 comments on commit 5b6ccd4

Please sign in to comment.