Skip to content

Node.js 12 actions are deprecated #34

Description

@ljackson96

I am currently having an issue with running the minifier with my previous configuration. In my newest config, I have included the newest version of node, but still to no avail. Any pointers or guidance would be greatly appreciated. Thanks!

`
name: minify css

on:
push:
branches:
- dev

jobs:
read:
runs-on: ubuntu-latest

steps:
  - uses: actions/checkout@v3
  - name: Use Node.js ${{ matrix.node-version }}
    uses: actions/setup-node@v3
    with:
      node-version: "15.x"
  - run: npm ci
  - run: npm run build --if-present
  - run: npm test
  - name: minisauras
    uses: TeamTigers/minisauras@v2.0.0
    env:
      GITHUB_TOKEN: ${{ secrets.TOKEN }}
    id: dir
    with:
      directory: 'assets/templates/circupool-core/css' ## minify all files under assets directory

`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions