-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enclose all version numbers in single quotes: avoids errors like vers…
…ion: 1.20 parsing as 1.2.
- Loading branch information
1 parent
c7c3289
commit 8261ab6
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
node-version: '18' | ||
- name: Restore npm cache | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -46,7 +46,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
node-version: '18' | ||
- name: Restore npm cache | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -78,7 +78,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
node-version: '18' | ||
- name: Restore npm cache | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -110,7 +110,7 @@ jobs: | |
- name: Set up Python 3.10 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.10 | ||
python-version: '3.10' | ||
- uses: actions/cache@v3 | ||
with: | ||
path: ~/.cache/pip | ||
|
@@ -125,7 +125,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
node-version: '18' | ||
- name: Restore npm cache | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -147,7 +147,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
node-version: '18' | ||
- name: Restore npm cache | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -197,7 +197,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
node-version: '18' | ||
- name: Restore npm cache | ||
uses: actions/cache@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
node-version: '18' | ||
- name: Restore npm cache | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
node-version: '18' | ||
- name: Restore npm cache | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -57,7 +57,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
node-version: '18' | ||
- name: Restore npm cache | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -78,7 +78,7 @@ jobs: | |
- name: Set up Python 3.10 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.10 | ||
python-version: '3.10' | ||
- uses: actions/cache@v3 | ||
with: | ||
path: ~/.cache/pip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters