feat(node): Upgraded to 18.13.0 (#323)

This commit is contained in:
Techno Tim
2023-01-30 20:12:55 -06:00
committed by GitHub
parent 269e578b89
commit a2a1418273
5 changed files with 53 additions and 55 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93
with:
node-version: v18.12.1
node-version: v18.13.0
- name: Install Dependencies, Test, and Build
run: |
yarn install --frozen-lockfile --check-files --network-timeout 600000
@@ -26,7 +26,7 @@ jobs:
needs: [js-install-and-test]
runs-on: ubuntu-latest
steps:
-
-
name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.2
@@ -57,6 +57,6 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
push: true
tags: |
tags: |
ghcr.io/techno-tim/littlelink-server:latest
timothystewart6/littlelink-server
timothystewart6/littlelink-server

View File

@@ -17,10 +17,10 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93
with:
node-version: v18.12.1
node-version: v18.13.0
- name: Install Dependencies, Test, and Build
run: |
yarn install --frozen-lockfile --check-files --network-timeout 600000
yarn ci
env:
CI: true
CI: true