Skip to content

Commit

Permalink
perf(node18): update to support Node 18++ #46
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
fajar-apri-alaska authored and blackfalcon committed Aug 2, 2023
1 parent 9e40bd4 commit 107791d
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, 14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -42,7 +42,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- run: npm ci
- run: npm run sassBuild:component
- run: npm run postCss:component
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
},
"main": "index.js",
"license": "Apache-2.0",
"engines": {
"node": ">=18.15.0"
},
"dependencies": {
"@alaskaairux/auro-badge": "^1.2.4",
"chalk": "^5.2.0",
Expand Down

0 comments on commit 107791d

Please sign in to comment.