1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-02 23:30:06 +00:00

chore: switching nodeJS runtime to Hydrogen as Fermium is end of life

This commit is contained in:
Allan
2023-07-13 15:39:40 +01:00
parent bce810caa0
commit 7bba51a60e

View File

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