diff options
author | takase1121 <20792268+takase1121@users.noreply.github.com> | 2022-01-20 14:21:15 +0800 |
---|---|---|
committer | takase1121 <20792268+takase1121@users.noreply.github.com> | 2022-01-20 14:40:17 +0800 |
commit | de7a38faedee1061874486b166dc8fd1a696abf3 (patch) | |
tree | 7d7498ad4ee71ae7604860a304e6fe6b9af514f6 /.github | |
parent | 3db84b33e29e519da968a1d8fbc30fa524a30d31 (diff) | |
download | lite-xl-plugins-de7a38faedee1061874486b166dc8fd1a696abf3.tar.gz lite-xl-plugins-de7a38faedee1061874486b166dc8fd1a696abf3.zip |
update node version
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 06f55d9..881e9ce 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Run the script run: | cd scripts |