Skip to content

Commit f9ba7b8

Browse files
committed
back to node16
1 parent 7cc103d commit f9ba7b8

3 files changed

Lines changed: 5444 additions & 728 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [24.x]
19+
node-version: [16.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24
1+
FROM node:16
22

33
# Create app directory
44
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)