Skip to content

Commit

Permalink
Merge pull request #92 from jliuhtonen/topic/upgrade-node-to-20.17
Browse files Browse the repository at this point in the history
Upgrade Node.js to latest LTS 20.17
  • Loading branch information
jliuhtonen authored Sep 19, 2024
2 parents 886eb46 + abf378e commit cc35891
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/blu-hawaii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ name: blu-hawaii CI

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x, 21.x]
node-version: [20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -36,7 +35,7 @@ jobs:

strategy:
matrix:
node-version: [20.x, 21.x]
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11
20.17
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11-bookworm-slim AS base
FROM node:20.17-bookworm-slim AS base

FROM base AS builder

Expand Down

0 comments on commit cc35891

Please sign in to comment.