Skip to content

Commit

Permalink
chore: Update github action nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvanhoang-syncup committed May 18, 2024
1 parent d3b2dfc commit 282965c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '18.x'
- name: Cache node modules
uses: actions/cache@v2
env:
Expand Down

0 comments on commit 282965c

Please sign in to comment.