Skip to content

Commit

Permalink
Merge pull request #26 from Modyfi/update-ci
Browse files Browse the repository at this point in the history
Update CI actions
  • Loading branch information
tonyketcham authored Jan 17, 2024
2 parents 2a839e0 + 632cca4 commit 0779f2b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
30 changes: 18 additions & 12 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0779f2b

Please sign in to comment.