Skip to content

Commit

Permalink
fix: update deps (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Oct 7, 2021
1 parent 75087b2 commit 0baa997
Show file tree
Hide file tree
Showing 3 changed files with 15,831 additions and 911 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: 'lts/*'
- name: NPM install
run: npm install
- name: Lint ✨
Expand All @@ -47,10 +47,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: UziTech/action-setup-atom@v1
- uses: actions/setup-node@v1
- uses: UziTech/action-setup-atom@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: 'lts/*'
- name: NPM install
run: npm install
- name: Release 🎉
Expand Down
Loading

0 comments on commit 0baa997

Please sign in to comment.