Skip to content

Commit

Permalink
Fixed the version and current working directory in this
Browse files Browse the repository at this point in the history
  • Loading branch information
SansCaar committed Jul 5, 2024
1 parent c6c93b3 commit c287856
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- '*'
jobs:
build:
test_build:
runs-on: ubuntu-latest

steps:
Expand All @@ -15,19 +15,19 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16' # Use Node.js 16.x
node-version: '18' # Use Node.js 18.x

- name: Install pnpm
run: npm install -g pnpm

- name: Changing Directory
run: cd nepalingo-web

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
run: pnpm install

- name: Lint code
run: pnpm run lint
run: pnpm run lint

- name: Test Build
run: pnpm run build
run: pnpm run build

0 comments on commit c287856

Please sign in to comment.