Skip to content

Commit

Permalink
feat: add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alitindrawan24 committed Oct 4, 2023
1 parent 8e5d189 commit b0cd9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'

- name: Install yarn
run: npm i --global yarn
Expand Down

0 comments on commit b0cd9e0

Please sign in to comment.