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

Merge pull request #726 from sasjs/deps-fix

fix(workflows): fixed npmpublish workflow
This commit is contained in:
Yury Shkoda
2022-06-20 20:36:13 +03:00
committed by GitHub

View File

@@ -11,6 +11,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/fermium]
steps:
- name: Checkout
uses: actions/checkout@v2