Skip to content

Commit

Permalink
93-github workflow node version and types/node version updated to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy-tw committed Feb 6, 2024
1 parent 4069010 commit 6853365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -20,4 +20,4 @@ jobs:
- run: npm install
- run: npm test
env:
CI: true
CI: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/node": "^12.12.21",
"@types/node": "^14.18.63",
"@types/axios": "^0.14.0",
"jest": "^29.7.0",
"open": "^6.4.0",
Expand Down

0 comments on commit 6853365

Please sign in to comment.