Skip to content

Commit ef50a17

Browse files
committed
Upgrade Node
1 parent c977fc9 commit ef50a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/checkout@v1
1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: '12.x'
16+
node-version: '18.x'
1717
- name: Install webkit deps
1818
run: |
19-
sudo apt-get update
19+
sudo apt-get update
2020
sudo apt-get install libgstreamer1.0-0 libbrotli1 libopus0 libwoff1 libgstreamer-plugins-base1.0-0 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libopenjp2-7 libwebpdemux2 libhyphen0 libgles2
2121
- name: Cache node modules
2222
uses: actions/cache@v1

0 commit comments

Comments
 (0)