Skip to content

Commit ad292d1

Browse files
committed
chore: add v
1 parent a85d9b8 commit ad292d1

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
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@4
13+
- uses: actions/checkout@v4
1414
- name: Use Node.js
15-
uses: actions/setup-node@4.2
15+
uses: actions/setup-node@v4.2
1616
with:
1717
node-version: '20.x'
1818
cache: 'npm'

0 commit comments

Comments
 (0)