Skip to content

Commit

Permalink
ci: remove fixed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Dec 4, 2023
1 parent 3e60fdb commit 108ac1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
#- run: yarn test
- run: yarn
- run: yarn build
Expand Down

0 comments on commit 108ac1c

Please sign in to comment.