Skip to content

Commit

Permalink
chore: update node for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed May 8, 2023
1 parent 19158e9 commit c1b7398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15'
node-version: '18.16'
cache: 'yarn'
- run: |
corepack enable
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:18.15-slim AS builder
FROM node:18.16-slim AS builder

ARG VITE_AUTH_URL=https://auth.aptible.com
ARG VITE_BILLING_URL=https://goldenboy.aptible.com
Expand Down

0 comments on commit c1b7398

Please sign in to comment.