Skip to content

Commit

Permalink
Upgrade CI to use Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 authored and Ninjaclasher committed Mar 13, 2024
1 parent df99fe3 commit 6124519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node 14
uses: actions/setup-node@v2
- name: Set up Node 18
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: 18
- name: Install npm packages
run: npm install -g sass postcss-cli postcss autoprefixer
- name: Build style.css
Expand Down

0 comments on commit 6124519

Please sign in to comment.