Compare commits
No commits in common. "f003ee27d2f596ac9a4505959ff214bb81396f42" and "88926a305848fc1e05f9338edd8df1053296e765" have entirely different histories.
f003ee27d2
...
88926a3058
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: node:lts
|
image: node:lts
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build English Version
|
- name: Build English Version
|
||||||
|
|
Loading…
Reference in a new issue