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

Node.js 12 actions are deprecated #34

Open
ljackson96 opened this issue Nov 1, 2022 · 0 comments
Open

Node.js 12 actions are deprecated #34

ljackson96 opened this issue Nov 1, 2022 · 0 comments

Comments

@ljackson96
Copy link

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

`

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

No branches or pull requests

1 participant