Skip to content

Commit

Permalink
Use Node.js 18 to publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Aug 4, 2023
1 parent 3a497fc commit 243c6ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn release
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@utarwyn'
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-slim as base
FROM node:18-slim as base
LABEL maintainer="Utarwyn <maxime.malgorn@laposte.net>"

RUN mkdir /app && chown -R node:node /app
Expand Down

0 comments on commit 243c6ac

Please sign in to comment.