Skip to content

Commit

Permalink
perf: upgrade to node 18
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   .github/workflows/testPublish.yml
modified:   package.json
  • Loading branch information
blackfalcon committed Aug 2, 2023
1 parent d36da77 commit f9973ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -39,7 +39,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
- run: npm ci
- run: npm run build:tokens
- run: npm run copy:json
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
},
"main": "src/",
"license": "Apache-2.0",
"engines": {
"node": ">=18"
},
"dependencies": {
"chalk": "^4.1.2"
},
Expand Down

0 comments on commit f9973ed

Please sign in to comment.