We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f6903 commit b5f4b41Copy full SHA for b5f4b41
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-node@v3.1.1
10
with:
11
- node-version: "22.18.0"
+ node-version: '22.18.0'
12
- run: npm install -g "yarn@1.22.5"
13
shell: bash
14
- uses: nick-fields/retry@v2
@@ -93,7 +93,7 @@ jobs:
93
uses: actions/checkout@v2
94
- uses: actions/setup-node@v2
95
96
- node-version: "22.x"
+ node-version: '22.x'
97
- name: Configure NPM authentication
98
run: |
99
yarn config set npmAlwaysAuth true
@@ -113,7 +113,7 @@ jobs:
113
114
115
116
117
- name: Configure Github Packages authentication
118
119
0 commit comments