diff --git a/.changeset/afraid-shoes-move.md b/.changeset/afraid-shoes-move.md new file mode 100644 index 0000000..1ac28ae --- /dev/null +++ b/.changeset/afraid-shoes-move.md @@ -0,0 +1,5 @@ +--- +'@e2b/desktop': patch +--- + +updated node engines version diff --git a/.github/workflows/js-sdk-tests.yml b/.github/workflows/js-sdk-tests.yml index 7899f40..4771eb0 100644 --- a/.github/workflows/js-sdk-tests.yml +++ b/.github/workflows/js-sdk-tests.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' cache: pnpm cache-dependency-path: pnpm-lock.yaml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7f3a1d8..86ce739 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -65,4 +65,4 @@ jobs: exit 1 else echo "✅ No changes detected." - fi \ No newline at end of file + fi diff --git a/.github/workflows/publish_packages.yml b/.github/workflows/publish_packages.yml index c556bd1..c243ba4 100644 --- a/.github/workflows/publish_packages.yml +++ b/.github/workflows/publish_packages.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: '3.9' - name: Install and configure Poetry uses: snok/install-poetry@v1 @@ -46,10 +46,10 @@ jobs: with: version: 9.5 - - name: Setup Node.js 18 + - name: Setup Node.js 20 uses: actions/setup-node@v3 with: - node-version: "18.x" + node-version: '20.x' cache: pnpm - name: Configure pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd179cc..e03ed6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "18.x" - registry-url: "https://registry.npmjs.org" + node-version: '20.x' + registry-url: 'https://registry.npmjs.org' cache: pnpm cache-dependency-path: pnpm-lock.yaml @@ -69,8 +69,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "18.x" - registry-url: "https://registry.npmjs.org" + node-version: '20.x' + registry-url: 'https://registry.npmjs.org' cache: pnpm cache-dependency-path: pnpm-lock.yaml @@ -110,8 +110,8 @@ jobs: - name: Release Failed - Slack Notification uses: rtCamp/action-slack-notify@v2 env: - SLACK_COLOR: "#ff0000" - SLACK_MESSAGE: ":here-we-go-again: :bob-the-destroyer: We need :fix-parrot: ASAP :pray:" + SLACK_COLOR: '#ff0000' + SLACK_MESSAGE: ':here-we-go-again: :bob-the-destroyer: We need :fix-parrot: ASAP :pray:' SLACK_TITLE: Release Failed SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - SLACK_CHANNEL: "monitoring-releases" + SLACK_CHANNEL: 'monitoring-releases' diff --git a/packages/js-sdk/package.json b/packages/js-sdk/package.json index 9fe6fcb..c63af83 100644 --- a/packages/js-sdk/package.json +++ b/packages/js-sdk/package.json @@ -34,7 +34,7 @@ "package.json" ], "engines": { - "node": ">=18" + "node": ">=20" }, "browserslist": [ "defaults"