Skip to content

Commit

Permalink
[gh-action] remove node naming
Browse files Browse the repository at this point in the history
  • Loading branch information
sabovyan committed Nov 21, 2023
1 parent 6643959 commit ea717bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:

steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: 8
- name: Node V20
uses: actions/setup-node@v3

- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'pnpm'
Expand Down

0 comments on commit ea717bc

Please sign in to comment.