Skip to content

Commit

Permalink
upgrade node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Sep 11, 2023
1 parent d8725d2 commit c754061
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node 14
uses: actions/setup-node@v2
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18.x'
- name: Install npm packages
run: npm install -g sass postcss-cli postcss autoprefixer
run: npm install
- name: Build style.css
run: ./make_style.sh

0 comments on commit c754061

Please sign in to comment.