Skip to content

Commit

Permalink
remove newsletter, switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoDF committed Feb 19, 2024
1 parent da234dc commit 185a9da
Show file tree
Hide file tree
Showing 5 changed files with 4,504 additions and 3,030 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [lts/*]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, format, and build
- name: npm install, format, and build
run: |
yarn
yarn format
yarn build
npm i
npm run format
npm run build
env:
CI: true
Loading

0 comments on commit 185a9da

Please sign in to comment.