We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9cd56 commit 3a6bb26Copy full SHA for 3a6bb26
.github/workflows/npm-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Node.js
14
uses: actions/setup-node@master
15
with:
16
- node-version: 16.13.0
+ node-version: 20.9.0
17
- name: Publish if version has been updated
18
uses: pascalgn/[email protected]
19
with: # All of theses inputs are optional
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:14-alpine
+FROM node:20-alpine
2
3
RUN mkdir /app
4
0 commit comments