File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727 - name : Use Node.js ${{ matrix.node-version }}
28- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
28+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
2929 with :
3030 node-version : ${{ matrix.node-version }}
3131 - run : npm ci
8080 with :
8181 name : build
8282 - name : Use Node.js ${{ env.DEFAULT_NODE_VERSION }} with NPM registry
83- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
83+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
8484 with :
8585 node-version : ${{ env.DEFAULT_NODE_VERSION }}
8686 registry-url : " https://registry.npmjs.org"
9999 with :
100100 name : build
101101 - name : Use Node.js ${{ env.DEFAULT_NODE_VERSION }} with GPR registry
102- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
102+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
103103 with :
104104 node-version : ${{ env.DEFAULT_NODE_VERSION }}
105105 registry-url : " https://npm.pkg.github.com"
You can’t perform that action at this time.
0 commit comments