Skip to content

Commit

Permalink
chore: pin node version, remove node-fetch, bump ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zenlex committed Mar 9, 2024
1 parent 980f426 commit b443caf
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 500 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify the base image
FROM node:lts
FROM node:20

# Set the working directory in the container
WORKDIR /usr/src/app
Expand Down
Loading

0 comments on commit b443caf

Please sign in to comment.