Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Feb 25, 2024
1 parent 319ea31 commit 7cd39a7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.14.2
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16.14.2
# Enable caching for pnpm
cache: 'pnpm'
node-version: 20

# Install pnpm and packages
- run: npm install -g pnpm
Expand All @@ -38,12 +36,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.14.2
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16.14.2
# Enable caching for pnpm
cache: 'pnpm'
node-version: 20

# Install pnpm and packages
- run: npm install -g pnpm
Expand Down

0 comments on commit 7cd39a7

Please sign in to comment.