Skip to content

Commit 39c13f8

Browse files
authored
fix(CI): Incorrect Versioning Fixed
1 parent a948624 commit 39c13f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Google Docs
1+
name: Build
22

33
on:
44
# Trigger the workflow on push or pull request,
@@ -16,8 +16,8 @@ jobs:
1616
name: Linux
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkoutv3
20-
- uses: actions/setup-nodev3
19+
- uses: actions/checkout@v3
20+
- uses: actions/setup-node@v3
2121
with:
2222
node-version: '16'
2323
- name: npm-version

0 commit comments

Comments
 (0)