From 286d0797a88ce9ba91660bd84957a856e0c76b70 Mon Sep 17 00:00:00 2001 From: sapphi-red Date: Mon, 12 Sep 2022 22:49:06 +0900 Subject: [PATCH] Bump node from 16.16.0 to 16.17.0 --- .github/workflows/main.yml | 14 +++++++------- .github/workflows/master.yml | 2 +- .github/workflows/release.yml | 2 +- .node-version | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb8e66c28d..4ae6af3fbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: check npm ci run: npm ci @@ -30,7 +30,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: npm ci run: npm ci @@ -48,7 +48,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: npm ci run: npm ci @@ -66,7 +66,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: npm ci run: npm ci @@ -84,7 +84,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - uses: actions/cache@v3 with: @@ -108,7 +108,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: npm ci run: npm ci @@ -143,7 +143,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - uses: actions/cache@v3 with: diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index c09e3c33b1..c687b2c08d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -15,7 +15,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: npm ci run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbfcad9257..4563d7a5b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - run: npm ci env: diff --git a/.node-version b/.node-version index 431076a948..2a4e4ab817 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16.16.0 +16.17.0 diff --git a/package-lock.json b/package-lock.json index 791b5350f5..fb6471cfd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "workbox-strategies": "^6.5.4" }, "engines": { - "node": "^16.16.0", + "node": "^16.17.0", "npm": "^8.5.0" } }, diff --git a/package.json b/package.json index 7d5bb21149..f325ab3e0f 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ } }, "engines": { - "node": "^16.16.0", + "node": "^16.17.0", "npm": "^8.5.0" } }