Skip to content

Commit

Permalink
Bump node version (#167)
Browse files Browse the repository at this point in the history
This updates the node action and bump the version to 18
  • Loading branch information
npresseault authored Jul 10, 2023
1 parent ccae789 commit 9913f6f
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 @@ -20,9 +20,9 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 10.17.x
node-version: 18

- name: Run prettier
run: npx prettier --check .
Expand Down

0 comments on commit 9913f6f

Please sign in to comment.