1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-15 18:54:36 +00:00

chore(ci-cd): used Node lts/hydrogen version

This commit is contained in:
Yury Shkoda
2023-07-05 16:10:45 +03:00
parent 22edcb0a8e
commit 716cc513ff
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: [lts/fermium]
node-version: [lts/hydrogen]
steps:
- name: Checkout

View File

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