diff options
author | MarvNC <rotrobmin@gmail.com> | 2023-11-03 11:59:21 -0700 |
---|---|---|
committer | MarvNC <rotrobmin@gmail.com> | 2023-11-03 11:59:21 -0700 |
commit | ec62375c017f124570cf922647c530829714eee2 (patch) | |
tree | accb3968e083f6e59a243b840d7859d61b3fae9e /.github/workflows/ci.yml | |
parent | 5e10b67c500b7af9d5af6d98caae9734ebdf984d (diff) | |
parent | b64f51c3b13a46af4dd7f1e43048ac19c781ca7b (diff) |
Merge remote-tracking branch 'upstream/master' into update-dictionaries
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0254cbaa..fc70925f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: ".node-version" |