Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jun 25, 2024
1 parent 147fcb1 commit fc350bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]
workflow_dispatch:

jobs:
Expand All @@ -19,13 +19,13 @@ jobs:
HEADLESS: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Configure default git branch
run: git config --global init.defaultBranch main

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -37,7 +37,7 @@ jobs:

- name: Archive Code Coverage Report
continue-on-error: true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Code Coverage Report
path: reports/
Expand Down

0 comments on commit fc350bd

Please sign in to comment.