diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5966d5dc..e82a367b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install run: | yarn install diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a2c8da7d..b25e3250 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install run: | yarn install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 091c6211..0cfba3d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: 20 cache: yarn - name: Install Snapcraft @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: 20 cache: yarn - name: Build run: | @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: 20 cache: yarn - name: Apple Codesigning diff --git a/.github/workflows/thirdparty.yml b/.github/workflows/thirdparty.yml index c5b691dc..6fd9f63c 100644 --- a/.github/workflows/thirdparty.yml +++ b/.github/workflows/thirdparty.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - uses: actions/checkout@v4 - name: Install packages run: | diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 00000000..7bd5f0bf --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +nodejs 20.10.0