File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v3
17- - name : Use Node.js 20.x
18- uses : actions/setup-node@v3
16+ - uses : actions/checkout@v7
17+ - name : Use Node.js 24.18.0
18+ uses : actions/setup-node@v6
1919 with :
20- node-version : 20.x
20+ node-version : 24.18.0
2121 cache : " npm"
2222 cache-dependency-path : " package-lock.json"
2323 - name : " Install deps"
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 publish :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
15- - uses : actions/setup-node@v3
14+ - uses : actions/checkout@v7
15+ - uses : actions/setup-node@v6
1616 with :
17- node-version : ' 20.x '
17+ node-version : ' 24.18.0 '
1818 registry-url : ' https://registry.npmjs.org'
19- - run : npm install -g npm@latest
19+ - run : npm install -g npm@11
2020 - run : npm ci
2121 - run : npm run build:dist
2222 - run : npm test
You can’t perform that action at this time.
0 commit comments