From 1376cf6a317d0156b188744068658ae6f7d93299 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Sat, 3 Jun 2023 23:17:27 +0200 Subject: [PATCH] chore(runtime): use LTS V18 (#1224) * chore(runtime): use LTS V18 * chore(workflows): update * remove usage `node:` * Update packetTest.js * Update client.js --------- Co-authored-by: Romain Beaumont --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97bc3e6..9a6ef63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 18.x - name: Setup Java JDK uses: actions/setup-java@v1.4.3 with: @@ -36,10 +36,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 18.x - name: Setup Java JDK uses: actions/setup-java@v1.4.3 with: diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 387db40..4ef5c8e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@master with: - node-version: 14.0.0 + node-version: 18.0.0 - id: publish uses: JS-DevTools/npm-publish@v1 with: diff --git a/package.json b/package.json index d98051d..8bb40af 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "author": "Andrew Kelley", "license": "BSD-3-Clause", "engines": { - "node": ">=14" + "node": ">=18" }, "browser": "src/browser.js", "devDependencies": {