Update CI.

This commit is contained in:
Miles Johnson 2023-11-17 10:20:17 -08:00
parent dfc6a0d9ae
commit bcba63b9f9
2 changed files with 23 additions and 5 deletions

View file

@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}
- uses: actions/setup-node@v3