Skip to content

Commit

Permalink
chore: use Node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
mbechev committed Feb 9, 2024
1 parent 016638a commit 9a6de06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Use NodeJS v14
- name: Use NodeJS v18
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 9a6de06

Please sign in to comment.