Skip to content

Commit

Permalink
refactor: set node version to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyhm committed Sep 14, 2023
1 parent 6059977 commit f6ffc23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "myrepostats",
"version": "1.0.0",
"engines": {
"node": "20.0.0"
"node": "20.x"
},
"description": "testing purposes",
"main": "index.js",
Expand Down

0 comments on commit f6ffc23

Please sign in to comment.