Skip to content

Commit ffa66b0

Browse files
committed
Adjust github action
1 parent f555287 commit ffa66b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Set up Node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: "20.x"
18-
registry-url: "https://registry.npmjs.org"
17+
node-version: '20.x'
18+
registry-url: 'https://registry.npmjs.org'
1919

2020
- name: Clean and Install
2121
run: npm ci

0 commit comments

Comments
 (0)