Skip to content

Commit

Permalink
🔧 chore(npm-publish-packages.yml): update actions/checkout version fr…
Browse files Browse the repository at this point in the history
…om v3 to v2 for consistency and compatibility

🔧 chore(npm-publish-packages.yml): update actions/setup-node version from v3 to v2 for consistency and compatibility
  • Loading branch information
alisaitteke committed Dec 21, 2023
1 parent 357cbc3 commit f4f3613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
Expand All @@ -24,7 +24,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Publish if version has been updated
uses: pascalgn/[email protected]
with: # All of theses inputs are optional
Expand Down

0 comments on commit f4f3613

Please sign in to comment.