Skip to content

Commit b5f4b41

Browse files
gitignore
1 parent f6f6903 commit b5f4b41

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
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v3.1.1
1010
with:
11-
node-version: "22.18.0"
11+
node-version: '22.18.0'
1212
- run: npm install -g "yarn@1.22.5"
1313
shell: bash
1414
- uses: nick-fields/retry@v2
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@v2
9494
- uses: actions/setup-node@v2
9595
with:
96-
node-version: "22.x"
96+
node-version: '22.x'
9797
- name: Configure NPM authentication
9898
run: |
9999
yarn config set npmAlwaysAuth true
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/checkout@v2
114114
- uses: actions/setup-node@v2
115115
with:
116-
node-version: "22.x"
116+
node-version: '22.x'
117117
- name: Configure Github Packages authentication
118118
run: |
119119
yarn config set npmAlwaysAuth true

0 commit comments

Comments
 (0)