Skip to content

Commit

Permalink
ci: update node version to 18, use GITHUB_TOKEN instead of personal
Browse files Browse the repository at this point in the history
  • Loading branch information
XGHeaven committed Aug 15, 2024
1 parent 5f0d259 commit d9677cb
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 30 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"ignore": [
"@ice/pkg-tests-*",
"example-*"
],
"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}-{commit}-{datetime}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16]
node-version: [18]

steps:
- name: Set branch name
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16]
node-version: [18]

steps:
- name: Checkout Branch
Expand All @@ -36,5 +36,5 @@ jobs:
with:
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.LUHC228_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16]
node-version: [18]

steps:
- name: Checkout Branch
Expand All @@ -35,4 +35,4 @@ jobs:
with:
version: pnpm run version
env:
GITHUB_TOKEN: ${{ secrets.LUHC228_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 0 additions & 10 deletions packages/pkg/tests/fixtures/alias/CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/pkg/tests/fixtures/alias/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@ice/pkg-tests-fixtures-alias",
"version": "0.0.0",
"private": true,
"dependencies": {
"@ice/pkg": "workspace:*"
},
"version": null
}
}
10 changes: 0 additions & 10 deletions packages/pkg/tests/fixtures/default/CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/pkg/tests/fixtures/default/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@ice/pkg-tests-fixtures-default",
"version": "0.0.0",
"private": true,
"dependencies": {
"@ice/pkg": "workspace:*"
},
"version": null
}
}

0 comments on commit d9677cb

Please sign in to comment.