Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly committed Nov 13, 2023
1 parent d66c0bb commit de47bbd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# TODO: v18 temporarily disabled due to https://github.com/MyUnisoft/sigyn/actions/runs/6716893006/job/18253814002
node-version: [20.x]
node-version: [18.x, 20.x]
fail-fast: false
steps:
- name: Harden Runner
Expand All @@ -29,7 +28,7 @@ jobs:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down

0 comments on commit de47bbd

Please sign in to comment.