We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532a311 commit 3b5ac51Copy full SHA for 3b5ac51
1 file changed
.github/workflows/ci.yml
@@ -94,11 +94,19 @@ jobs:
94
with:
95
fetch-depth: 2
96
97
- - name: Set up Node
+ - name: Set node
98
uses: actions/setup-node@v4
99
+ with:
100
+ node-version: lts/*
101
+
102
+ - name: Install pnpm
103
+ uses: pnpm/action-setup@v3
104
- - name: Install dependencies
- run: npm install
105
+ - name: Setup
106
+ run: npm i -g @antfu/ni
107
108
+ - name: Install
109
+ run: nci
110
111
- name: Run tests
112
run: npx vitest run --coverage
0 commit comments