Skip to content

Commit

Permalink
ci: test on all supported Node.js versions (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jun 1, 2022
1 parent e810142 commit 78b243c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2

- uses: actions/setup-node@v3
with:
node-version: 14
node-version: lts/*

- name: Get the Yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(corepack yarn config get cacheFolder)"
Expand All @@ -46,6 +44,8 @@ jobs:
matrix:
node:
- 14
- 16
- 18
platform:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit 78b243c

Please sign in to comment.