Skip to content

Commit

Permalink
Adding path module (#189)
Browse files Browse the repository at this point in the history
* adding path module and a fallback

Signed-off-by: Mohammed Abdi <moabdi@Mohammeds-MBP-2.attlocal.net>

* updating node version

Signed-off-by: Mohammed Abdi <moabdi@Mohammeds-MBP-2.attlocal.net>

---------

Signed-off-by: Mohammed Abdi <moabdi@Mohammeds-MBP-2.attlocal.net>
Co-authored-by: Mohammed Abdi <moabdi@Mohammeds-MBP-2.attlocal.net>
  • Loading branch information
mamy-CS and Mohammed Abdi authored May 2, 2023
1 parent 8f5a27e commit ae7b083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '1.17'
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '15'
node-version: '18'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit ae7b083

Please sign in to comment.