Skip to content

Commit

Permalink
Update node version and github build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonfor committed Feb 17, 2025
1 parent 115ff22 commit c21ec01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 22.13.1
- name: Set Node.js 22.14.0
uses: actions/setup-node@v4
with:
node-version: 22.13.1
node-version: 22.14.0

- name: Run install
uses: borales/actions-yarn@3766bb1335b98fb13c60eaf358fe20811b730a88 #v5
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.13.1
22.14.0
3 changes: 0 additions & 3 deletions nodemon.json

This file was deleted.

0 comments on commit c21ec01

Please sign in to comment.