Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Manifest.json version bump #120

Merged
merged 1 commit into from
May 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
timeout-minutes: 10
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: "πŸ”§ setup node"
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.x

- name: "πŸ”§ install npm@latest"
run: npm i -g npm@latest
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
timeout-minutes: 10
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -74,7 +74,7 @@ jobs:

- name: "πŸš€ release"
id: semantic-release
uses: open-sauced/release@v1
uses: open-sauced/release@v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down