Skip to content

Commit

Permalink
Update deps and CI settings (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 29, 2022
1 parent a124c40 commit 5151302
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
test:
Expand All @@ -9,16 +13,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Get Node.js version from .nvmrc
id: node-version
run: echo "::set-output name=value::$(< .nvmrc)"
- uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '${{ steps.node-version.outputs.value }}'
node-version-file: .nvmrc
cache: npm

- name: Install latest npm
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"remark": "^14.0.2",
"remark-cli": "^10.0.1",
"rimraf": "^3.0.2",
"stylelint": "https://github.com/stylelint/stylelint/tarball/14.8.0",
"stylelint": "https://github.com/stylelint/stylelint/tarball/14.8.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
Expand Down

0 comments on commit 5151302

Please sign in to comment.