Skip to content

Commit

Permalink
Merge pull request #4 from explorable-viz/github-actions
Browse files Browse the repository at this point in the history
Specify version numbers correctly in GitHub Actions
  • Loading branch information
RaoOfPhysics authored Jul 26, 2024
2 parents e975e9d + 9ed636f commit b1c8bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@4
- uses: actions/setup-node@4
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: build
Expand Down

0 comments on commit b1c8bc7

Please sign in to comment.