X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fpublish-package.yml;h=50b646cc74da31bfc30a55f43df729534f94da2d;hb=d577f930d487c04ab3a6d63cbd25f68f95bc4298;hp=ef3fc5fe24cd533810431f0da32be922f0934447;hpb=440042a64e5beb9e3e97f513198f4bd2d4a896a6;p=poolifier.git diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index ef3fc5fe..50b646cc 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -13,18 +13,18 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' cache: 'pnpm' - name: Install Dependencies - run: pnpm install --ignore-scripts + run: pnpm install --ignore-scripts --frozen-lockfile - name: Tests & Coverage run: | @@ -46,19 +46,19 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' registry-url: https://registry.npmjs.org/ cache: 'pnpm' - name: Install Dependencies - run: pnpm install --ignore-scripts + run: pnpm install --ignore-scripts --frozen-lockfile - name: Read package.json version id: package-version @@ -94,19 +94,19 @@ jobs: # uses: actions/checkout@v4 # - name: Setup pnpm - # uses: pnpm/action-setup@v2 + # uses: pnpm/action-setup@v3 # with: # version: 8 # - name: Setup Node.js - # uses: actions/setup-node@v3 + # uses: actions/setup-node@v4 # with: - # node-version: '18.x' + # node-version: '20.x' # registry-url: https://npm.pkg.github.com # cache: 'pnpm' # - name: Install Dependencies - # run: pnpm install --ignore-scripts + # run: pnpm install --ignore-scripts --frozen-lockfile # - name: Read package.json version # id: package-version