Skip to content

Commit

Permalink
update node version to 20.x and change npm registry from taobao to np…
Browse files Browse the repository at this point in the history
…m official site
  • Loading branch information
ety001 committed Feb 17, 2024
1 parent b2b378c commit 1b68d57
Show file tree
Hide file tree
Showing 4 changed files with 14,321 additions and 2,125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10-alpine as build-stage
FROM node:20-alpine as build-stage

WORKDIR /app

Expand Down
Loading

0 comments on commit 1b68d57

Please sign in to comment.