Skip to content

Commit

Permalink
fix: actions nodet setup version upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
R11manish committed Jan 18, 2024
1 parent 17b67d7 commit e99f1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: Install pnpm
Expand Down

0 comments on commit e99f1ba

Please sign in to comment.