Skip to content

Commit

Permalink
Bump project to node 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pop committed Jan 29, 2025
1 parent ebe2343 commit a655b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
token: ${{ secrets.LOBOT_TOKEN }}
ref: "main"
- name: Use Node.js 14.x
- name: Use .node-version Node.js version
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version-file: '.node-version'
- name: create necessary files to push to deployment
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion actions/contract_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.16-alpine
FROM node:20.18-alpine

# Copy code file from action repository to "/" in the container
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit a655b6b

Please sign in to comment.