Skip to content

Commit

Permalink
[UPDATED]-Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndasanayaka committed Jun 5, 2024
1 parent dda1dbd commit ea10d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
node-version: 16
node-version: 18
# Work around https://github.com/actions/checkout/issues/290
- run: git fetch --force --tags

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: actions/cache@v3
env:
Expand Down

0 comments on commit ea10d2f

Please sign in to comment.