Skip to content

Commit

Permalink
feat: bump node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Oct 12, 2023
1 parent 3a00c1f commit de1934f
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 @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.x'
cache: 'npm'
- name: Install Packages
run: npm ci
Expand Down

0 comments on commit de1934f

Please sign in to comment.