Skip to content

Commit a8ec75b

Browse files
authored
Stop using EOL Node in CI. (#11)
1 parent e6e25bc commit a8ec75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-css.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: 12.x
24+
node-version: 16.x
2525

2626
- name: Install dependencies
2727
run: |

0 commit comments

Comments
 (0)