Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
ci(github): add a test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MathRobin committed Jan 25, 2024
1 parent 1a6abf7 commit 2f0fc64
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,16 @@ jobs:
matrix:
version: [18, 20, 21]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Checkout
uses: actions/checkout@v4
- name: Set Timezone
uses: szenius/[email protected]
with:
timezoneLinux: Europe/Paris
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4
- name: System info
run: |
echo "node"
Expand Down

0 comments on commit 2f0fc64

Please sign in to comment.