Skip to content

Commit

Permalink
fix: πŸ› ci node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Dec 12, 2024
1 parent 018cffe commit d297067
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [12.x, 14.x]
node_version: [12, 14]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
registry-url: 'https://registry.yarnpkg.com'
- name: restore lerna
id: cache
uses: actions/cache@v2
Expand Down

0 comments on commit d297067

Please sign in to comment.