Skip to content

Commit

Permalink
Merge pull request #27 from smlgbl/main
Browse files Browse the repository at this point in the history
major: upgrade deps, node 20, actions
  • Loading branch information
de-vri-es committed Jan 24, 2024
2 parents 437c089 + 4d73ff5 commit a018e7f
Show file tree
Hide file tree
Showing 552 changed files with 632,603 additions and 1,026,392 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: "npm ci"
run: npm ci
Expand All @@ -33,7 +33,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: rm -f ${XDG_CONFIG_HOME:-$HOME/.config}/git/credentials
- uses: ./
with:
Expand All @@ -50,7 +50,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: install -D tests/start-empty.initial ${XDG_CONFIG_HOME:-$HOME/.config}/git/credentials
- uses: ./
with:
Expand All @@ -67,7 +67,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: install -D tests/no-duplicate.initial ${XDG_CONFIG_HOME:-$HOME/.config}/git/credentials
- uses: ./
with:
Expand All @@ -84,7 +84,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: install -D tests/missing-newline.initial ${XDG_CONFIG_HOME:-$HOME/.config}/git/credentials
- uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bower_components
build/Release

# Dependency directories
node_modules/
#node_modules/
jspm_packages/

# TypeScript v1 declaration files
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
description: git credentials to use

runs:
using: node16
using: node20
main: lib/main.js
2 changes: 1 addition & 1 deletion lib/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 52 additions & 23 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions node_modules/.yarn-integrity

This file was deleted.

4 changes: 2 additions & 2 deletions node_modules/@actions/core/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/@actions/core/lib/core.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a018e7f

Please sign in to comment.