Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psmithshine authored Jul 31, 2024
1 parent 47896a9 commit d16aba8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v2
# Install the Node version specified in the project `.node-version` file
- uses: nodenv/actions/node-version@v2.0.9
- uses: nodenv/actions/node-version@v3
id: nodenv
# - uses: actions/setup-node@v1
# with:
# node-version: "${{ steps.nodenv.outputs.node-version }}"
- uses: actions/setup-node@v4
with:
node-version: "${{ steps.nodenv.outputs.node-version }}"
# # Yarn will also have been installed by actions/setup-node@v1
# - run: yarn install
# - run: yarn checkFormatting
Expand Down

0 comments on commit d16aba8

Please sign in to comment.