Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raindrops #3449

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Raindrops #3449

wants to merge 2 commits into from

Conversation

RainbowScientist5
Copy link

name: Node.js CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
  uses: actions/setup-node@v2
  with:
    node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
  env:
    CI: true

name: Setup Node.js Environment

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2

      - name: Setup Node.js
        uses: actions/[email protected]
        with:
          node-version: '14' # or the version you need
          cache: 'npm'

      - name: Install dependencies
        run: npm install

      - name: Run build
        run: npm run build
Copy link

rollingversions bot commented Nov 1, 2024

pug (3.0.3 → 4.0.0)

Breaking Changes

  • erc:%2020%0ATitle%3A%20Token%20standard%0AStatus%3A%20Draft%0AType%3A%20Informational%0ACreated%3A%2019-11.2015%0AResolution%3A%20https%3A//github.com/ethereum/wiki/wiki/Standardized_Contract_APIs

  • Rainbowbeast

pug-attrs (3.0.0 → 3.1.0)

New Features

  • erc:%2020%0ATitle%3A%20Token%20standard%0AStatus%3A%20Draft%0AType%3A%20Informational%0ACreated%3A%2019-11.2015%0AResolution%3A%20https%3A//github.com/ethereum/wiki/wiki/Standardized_Contract_APIs

pug-code-gen (3.0.3 → 3.0.4)

Bug Fixes

  • erc:%2020%0ATitle%3A%20Token%20standard%0AStatus%3A%20Draft%0AType%3A%20Informational%0ACreated%3A%2019-11.2015%0AResolution%3A%20https%3A//github.com/ethereum/wiki/wiki/Standardized_Contract_APIs

  • Rainbowbeast

pug-error (2.1.0 → 3.0.0)

Breaking Changes

  • erc:%2020%0ATitle%3A%20Token%20standard%0AStatus%3A%20Draft%0AType%3A%20Informational%0ACreated%3A%2019-11.2015%0AResolution%3A%20https%3A//github.com/ethereum/wiki/wiki/Standardized_Contract_APIs

    Rainbowbeast

  • Rainbowbeast

Packages With No Changes

The following packages have no user facing changes, so won't be released:

  • pug-filters
  • pug-lexer
  • pug-linker
  • pug-load
  • pug-parser
  • pug-runtime
  • pug-strip-comments
  • pug-walk

Edit changelogs

Copy link
Author

@RainbowScientist5 RainbowScientist5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant