Skip to content

Commit

Permalink
🔧 github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-gn committed Dec 30, 2022
1 parent eebf828 commit f5bced3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: ${{ steps.check.outputs.version }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Check version changes
uses: gabriel-gn/[email protected]
with:
Expand All @@ -44,10 +44,10 @@ jobs:
if: |
needs.check-version.outputs.changed == 'true'
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/

- name: Install dependencies and build package
Expand All @@ -70,7 +70,7 @@ jobs:
needs: [check-version, publish-npm]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Angular Version | NPM Version |
|-----------------|-------------|
| ^15.0.4 | 15.0.0 |
| ^15.0.4 | 15.0.0 |
| 13.2.3 | 13.0.22 |
| < 13.0.0 | 0.0.77 |

Expand Down

1 comment on commit f5bced3

@vercel
Copy link

@vercel vercel bot commented on f5bced3 Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.