Skip to content

Commit

Permalink
chore: bump major version, as node dependancy changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Space Corp Engineering authored and gitaarwerk committed Feb 20, 2024
1 parent 5c20605 commit 42ef48b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
NODE_ENV: production
with:
node-version: '16.x'
node-version: '18.x'
cache: npm
- run: npm install
- run: npm run audit
9 changes: 4 additions & 5 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
NODE_ENV: production
with:
node-version: '16.x'
node-version: '18.x'
cache: npm
- run: npm install
- run: npm run lint
Expand All @@ -31,7 +31,7 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
with:
always-auth: true
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org/'
cache: npm
- run: npm install
Expand All @@ -42,7 +42,7 @@ jobs:
env:
NODE_ENV: production
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

# Don't upload reports within the pipeline. Choosing to do it manually for now.
# upload-reports:
# needs: [build]
Expand All @@ -53,7 +53,7 @@ jobs:
# env:
# NODE_ENV: production
# with:
# node-version: '16.x'
# node-version: '18.x'
# cache: npm
# - run: npm install
# - run: npm run test:coverage
Expand All @@ -62,4 +62,3 @@ jobs:
# with:
# name: reports
# path: reports/

2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
with:
always-auth: true
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org/'
cache: npm
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion dev-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react-dom": "18.2.19",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"gleamy": "1.1.10",
"gleamy": "2.0.0",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gleamy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gleamy",
"description": "Create a reactive shiny element in different materials",
"version": "1.1.10",
"version": "2.0.0",
"license": "MIT",
"private": false,
"sideEffects": false,
Expand Down

0 comments on commit 42ef48b

Please sign in to comment.