Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Dec 22, 2024
1 parent c03571f commit d611b4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1

- name: Use latest Node.js
uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: latest

- name: Install dependencies
run: npm ci

- name: Run tests
run: npm test

- name: Linting
run: npm run lint
run: npm run lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Christine Coenen",
"license": "MIT",
"engines": {
"node": ">= 14.17.6"
"node": ">= 22.12.0"
},
"dependencies": {
"axios": "^1.7.9",
Expand Down

0 comments on commit d611b4e

Please sign in to comment.