We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f932fe0 commit a2455baCopy full SHA for a2455ba
1 file changed
.github/workflows/ci.yaml
@@ -4,10 +4,10 @@ name: CI
4
on:
5
push:
6
branches:
7
- - master
+ - master
8
pull_request:
9
10
11
12
jobs:
13
build:
@@ -20,6 +20,9 @@ jobs:
20
name: Use Node.js ${{ matrix.node-version }}
21
steps:
22
- uses: actions/checkout@v4
23
+ - uses: pnpm/action-setup@v2
24
+ with:
25
+ version: 8.8.0
26
- name: Setup node
27
uses: actions/setup-node@v3
28
with:
0 commit comments