From da0eb582da069656cb0581d024fb315393b7427e Mon Sep 17 00:00:00 2001 From: Tony Ketcham Date: Wed, 17 Jan 2024 12:05:46 -0800 Subject: [PATCH 1/2] update lockfile --- pnpm-lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1d4aefa..419e404 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: specifier: 5.1.0 version: 5.1.0 js-yaml: - specifier: ^4.1.0 + specifier: 4.1.0 version: 4.1.0 tosource: specifier: 2.0.0-alpha.3 From 632cca429b2e7c93b277c7f357a72431a908de70 Mon Sep 17 00:00:00 2001 From: Tony Ketcham Date: Wed, 17 Jan 2024 12:14:11 -0800 Subject: [PATCH 2/2] update action --- .github/workflows/pipeline.yml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c31e67a..315e288 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -11,21 +11,24 @@ jobs: strategy: matrix: - node-version: [16.x] - os: [ubuntu-latest] + node-version: [20.x] + os: + - ubuntu-latest + - macos-latest + - windows-latest fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.4.0 with: - version: ^7.5.0 + version: 8 run_install: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} registry-url: https://registry.npmjs.org/ @@ -41,21 +44,24 @@ jobs: strategy: matrix: - node-version: [16.x] - os: [ubuntu-latest] + node-version: [20.x] + os: + - ubuntu-latest + - macos-latest + - windows-latest fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.4.0 with: - version: ^7.5.0 + version: 8 run_install: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} registry-url: https://registry.npmjs.org/