Skip to content

Commit

Permalink
Upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lannonbr authored Aug 21, 2024
1 parent 747b6bc commit 510e61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-slim
FROM node:20-slim

RUN npm i -g @vscode/vsce

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/vsce-action@3.0.0
- uses: lannonbr/vsce-action@4.0.0
with:
args: "publish -p $VSCE_TOKEN"
env:
Expand Down

0 comments on commit 510e61c

Please sign in to comment.