Skip to content

Commit

Permalink
Specify version numbers correctly in GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Achintya Rao <achintya@achintyarao.in>
  • Loading branch information
RaoOfPhysics committed Jul 26, 2024
1 parent e975e9d commit 9ed636f
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 9ed636f

Please sign in to comment.