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 v3 node setup in github actions
  • Loading branch information
polymath-eric committed Sep 6, 2023
1 parent 4e509e2 commit 33ccda1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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
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 33ccda1

Please sign in to comment.