File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3
14+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
1616 - name : Set up Node 24
17- uses : actions/setup-node@v3
17+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1818 with :
1919 node-version : 24
2020
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1616 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1717 with :
1818 node-version : " 24.x"
1919 registry-url : " https://registry.npmjs.org"
2020 - run : corepack enable && corepack prepare yarn@4.10.3 --activate
21- - run : yarn
21+ - run : yarn install --immutable
2222 - run : yarn build
2323 - run : npm publish
2424
You can’t perform that action at this time.
0 commit comments