Skip to content

Commit

Permalink
build: switch to Node.js v18
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanleo committed Jul 28, 2024
1 parent 955247d commit e3d7ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ref: 'master'
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
- run: yarn install
- run: yarn build
- name: Scrape
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-bullseye
FROM node:18-alpine3.20

WORKDIR /app
COPY package.json .
Expand Down

0 comments on commit e3d7ee3

Please sign in to comment.