Skip to content

Commit dde950e

Browse files
authored
Merge pull request #12 from ZIMkaRU/main
Add package-lock file and bump up nodejs ver for gh actions
2 parents 215fd82 + a18492f commit dde950e

File tree

5 files changed

+5638
-6
lines changed

5 files changed

+5638
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
submodules: recursive
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18.17.1
23+
node-version: 20.18.1
2424
- name: Install deps
2525
run: npm i
2626
- name: Run tests

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.idea
22
.vscode
33
node_modules
4-
package-lock.json
54
.DS_Store
65
npm-debug.log
76
*.swp

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)