File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/setup-node@v1
15
15
with :
16
16
node-version : " 22.x"
17
- - run : |
18
- corepack enable
19
- npm -v
17
+ - run : corepack enable
20
18
- run : npm install
21
19
- run : touch .env
22
20
- run : npm run build
29
27
- uses : actions/checkout@v2
30
28
- uses : actions/setup-node@v1
31
29
with :
32
- node-version : ' 18.x'
30
+ node-version : " 22.x"
31
+ - run : corepack enable
33
32
- run : npm install
34
33
- run : npm run eslint
35
34
- run : npm run prettier-check
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
with :
16
16
token : " ${{ secrets.TOLGEE_MACHINE_PAT }}"
17
17
18
- - name : Setup node
19
- uses : actions/setup-node@v3
18
+ - uses : actions/setup-node@v1
20
19
with :
21
20
node-version : " 22.x"
21
+ - run : corepack enable
22
22
23
23
- name : Install npm dependencies
24
24
run : npm ci
You can’t perform that action at this time.
0 commit comments