Skip to content

Commit

Permalink
remove ci node 12, add node 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
whtiehack committed Mar 6, 2024
1 parent 0fa65f2 commit bedcf0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
env:
NODE_ENV: ci
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/
- run: git remote set-url origin https://node-pinus:${{ secrets.GITHUB_TOKEN }}@github.com/node-pinus/pinus.git
- run: git checkout origin/master -B master
Expand Down

0 comments on commit bedcf0a

Please sign in to comment.