Skip to content

Commit

Permalink
feat(*): trigger release with updated dependencies
Browse files Browse the repository at this point in the history
also try with v2 node setup in github actions
  • Loading branch information
polymath-eric committed Sep 6, 2023
1 parent 4e509e2 commit 2794266
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
name: Linting and testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: install dependencies
run: yarn --frozen-lockfile
- name: lint and test
uses: mansagroup/nrwl-nx-action@v2
uses: mansagroup/nrwl-nx-action@v3
with:
targets: lint,test
maxParallel: 3
Expand All @@ -28,8 +28,8 @@ jobs:
runs-on: ubuntu-latest
needs: [lint-and-test]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: install dependencies
Expand Down

0 comments on commit 2794266

Please sign in to comment.