Skip to content

Commit

Permalink
build(ci): The npm/action-setup is removed and replaced with actions/…
Browse files Browse the repository at this point in the history
…setup-node for setting up the Node environment. It's configured to utilize the latest version of Node, ensuring the workflow is always running on the most recent release.
  • Loading branch information
pavankjadda committed Nov 7, 2023
1 parent ce6dec3 commit 5a83a2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/npm_publish_ssr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: npm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v2
with:
node-version: 18
Expand Down

0 comments on commit 5a83a2f

Please sign in to comment.