mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: upgrade nodejs version to 18.x (#8768)
This commit is contained in:
@@ -13,7 +13,7 @@ runs:
|
||||
- name: Setup Node
|
||||
uses: buildjet/setup-node@v3
|
||||
with:
|
||||
node-version: 16.20.1
|
||||
node-version: 18.17.0
|
||||
# See https://github.com/actions/setup-node#caching-global-packages-data
|
||||
cache: "yarn"
|
||||
cache-dependency-path: ${{ inputs.directory }}/yarn.lock
|
||||
|
||||
Reference in New Issue
Block a user