Skip to content

Commit

Permalink
update node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jul 8, 2024
1 parent 3920f95 commit a96cf49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'pnpm'

- name: Install pnpm
run: npm install -g pnpm@8
run: npm install -g pnpm@latest

- name: Install dependencies
run: pnpm install --recursive --frozen-lockfile --strict-peer-dependencies
Expand All @@ -41,11 +41,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'pnpm'

- name: Install pnpm
run: npm install -g pnpm@8
run: npm install -g pnpm@latest

- name: Install dependencies
run: pnpm install --recursive --strict-peer-dependencies
Expand Down

0 comments on commit a96cf49

Please sign in to comment.