Skip to content

Commit e1506a2

Browse files
committed
fix: CI pipeline
1 parent 4662f7d commit e1506a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code
13-
use: actions/checkout@v4
13+
uses: actions/checkout@v4
1414
- name: Setup Node.js enviroment
15-
use: actions/setup-node@v4
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: 22
1818
- name: Install pnpm

0 commit comments

Comments
 (0)