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

Merge pull request #764 from sasjs/fix-workflow

chore: fix workflow syntax
This commit is contained in:
Allan Bowe
2022-10-07 12:36:28 +01:00
committed by GitHub

View File

@@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/fermium]
matrix:
node-version: [lts/fermium]
steps:
- name: Checkout