Skip to content

Commit

Permalink
node version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-aschlackman committed Feb 16, 2024
1 parent 03f8ef3 commit cd9d78a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Prepare
id: prep
run: |
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-alpine as builder
FROM node:20-alpine as builder

COPY package.json package-lock.json ./

Expand Down

0 comments on commit cd9d78a

Please sign in to comment.