Skip to content

Commit

Permalink
Updated version of various actiosn in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omagdy7 committed Nov 1, 2024
1 parent 96d748d commit 4df156d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '16' # You might need to adjust this value to your own version

- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v4.0.0
with:
version: 6.0.2

Expand Down

0 comments on commit 4df156d

Please sign in to comment.