Skip to content

Commit

Permalink
fix futureproof language
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed Nov 9, 2024
1 parent 561bc77 commit b2fa684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-futureproof-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: "20.17.0"
node-version: "latest"
- uses: "actions/checkout@v4"
- run: "npm install -g"
- run: "npm test"
Expand Down

0 comments on commit b2fa684

Please # to comment.