Skip to content

Commit

Permalink
chore: Update Github actions to latest versions (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckenziedev committed Apr 23, 2023
1 parent 265b066 commit 8a15fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- run: npm ci
- run: npm run build
- run: npm test
Expand Down

0 comments on commit 8a15fc9

Please sign in to comment.