Skip to content

Commit

Permalink
Merge pull request #164 from internalsystemerror/upgrade-npm-9
Browse files Browse the repository at this point in the history
Upgrade npm to v9
  • Loading branch information
weierophinney committed Dec 19, 2022
2 parents 3934950 + dc1935a commit 6a84a59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19-alpine as compiler
FROM node:19.3.0-alpine as compiler

RUN mkdir -p /usr/local/source
WORKDIR /usr/local/source
Expand All @@ -10,7 +10,7 @@ COPY ./src ./src
RUN npm run build


FROM node:19-alpine
FROM node:19.3.0-alpine
LABEL "repository"="http://github.com/laminas/laminas-ci-matrix-action"
LABEL "homepage"="http://github.com/laminas/laminas-ci-matrix-action"
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test": "jest --logHeapUsage"
},
"engines": {
"npm": "^8",
"node": "^19"
"npm": "^9.2.0",
"node": "^19.3.0"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down

0 comments on commit 6a84a59

Please sign in to comment.