Skip to content

Commit

Permalink
Changed to previous version with node 20 and pnpm action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SansCaar committed Jul 5, 2024
1 parent eca42b8 commit f380b39
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
#Got this from the official docs
- uses: pnpm/action-setup@v4
name: Install pnpm

- name: Set up Node.js
uses: actions/setup-node@v2
with:
version: 8
run_install: false
node-version: '20' # Use Node.js 20.x

- name: Install Node.js
uses: actions/setup-node@v4
- uses: pnpm/action-setup@v4
with:
node-version: 20 # Changed version to v20
cache: 'pnpm'
version: 8

- name: Install dependencies
run: pnpm -C nepalingo-web install
Expand Down

0 comments on commit f380b39

Please sign in to comment.