Skip to content

Commit cf1314a

Browse files
chore: update CI with the latest actions version + Node v20
1 parent 2c52572 commit cf1314a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
steps:
1414
# Checkout project repository
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
# Setup Node.js environment
1919
- name: Setup Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
registry-url: https://registry.npmjs.org/
23-
node-version: '16'
23+
node-version: '20'
2424

2525
# Install dependencies (required by Run tests step)
2626
- name: Install dependencies

.github/workflows/release_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
steps:
1212
# Checkout project repository
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
token: ${{secrets.DEV_ACES_PUBLIC_REPOS_CI_TOKEN}}
1717

1818
# Setup Node.js environment
1919
- name: Setup Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
registry-url: https://registry.npmjs.org/
23-
node-version: '16'
23+
node-version: '20'
2424

2525
# Install dependencies (required by Run tests step)
2626
- name: Install dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $ npm run test
124124
Идея взяты из следующий старых проектов, которые, к сожалению, не поддерживают современный API Робокассы:
125125

126126
- [betsol/node-robokassa](https://github.com/betsol/node-robokassa)
127-
- [SeNaP/-node-robokassa](https://github.com/SeNaP/node-robokassa)
127+
- [SeNaP/node-robokassa](https://github.com/SeNaP/node-robokassa)
128128

129129
## Лицензия
130130

0 commit comments

Comments
 (0)