1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-11 22:30:05 +00:00

fix(build): node version unified across all pipelines

This commit is contained in:
Trevor Moody
2025-12-12 13:59:06 +00:00
parent ca9ffdbc17
commit 0f8a3f4b53
3 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [lts/hydrogen]
node-version: [lts/iron]
steps:
- uses: actions/checkout@v2