Skip to content

Commit

Permalink
Upgrade Node to version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed Aug 3, 2023
1 parent fc724b2 commit b27bc77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Set up Node"
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: "Install Prettier"
run: npm install --global [email protected]
- name: "Check format"
Expand All @@ -45,7 +45,7 @@ jobs:
- name: "Set up Node"
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: "Install dependencies"
run: npm install-clean
- name: "Run tests"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM node:16.14-alpine
FROM node:18.16-alpine

# Set working directory
WORKDIR /app
Expand Down

0 comments on commit b27bc77

Please sign in to comment.