Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Octowl authored Nov 3, 2024
1 parent c6bb5c5 commit bd99008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "20.x"
- run: npm install
- run: npm test -- --ci --reporters=default --reporters=jest-junit
- run: npm ghworkflowtest -- --ci --reporters=default --reporters=jest-junit
- name: update Airtable
if: always ()
run: node ./.scripts/main.js JS ${{github.actor}} https://github.com/${{github.repository}}

0 comments on commit bd99008

Please sign in to comment.