Skip to content

Commit

Permalink
chore: update main ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy committed Feb 22, 2022
1 parent 7ff73e9 commit 5b2ff4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ on:
jobs:
main:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v2

- name: ⎔ Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
node-version: '14'
registry-url: 'https://registry.npmjs.org'

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 5b2ff4c

Please sign in to comment.