Skip to content

Commit

Permalink
Use up-to-date node in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ununoctium117 committed Apr 28, 2024
1 parent d77a8de commit 884bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '17.x'
- name: Install Dependencies
run: npm install -g sass mustache
- name: Run Build
Expand Down

0 comments on commit 884bcda

Please sign in to comment.