Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Oct 12, 2023
1 parent 7a97b20 commit cd9c9d8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ jobs:
name: Test

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup node
uses: actions/[email protected]
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "14.x"
node-version: 18
cache: yarn

- name: Build
run: |
yarn install
yarn build
- name: Run tests
- name: Unit tests
run: yarn test

0 comments on commit cd9c9d8

Please sign in to comment.