Skip to content

Commit eef6214

Browse files
author
Piotr Tarasiuk
committed
feat: Bump version of package
1 parent 2ca6b7b commit eef6214

3 files changed

Lines changed: 9 additions & 15 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,19 @@ jobs:
77
name: build and release
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13-
- name: Cache node modules
14-
uses: actions/cache@v2
15-
env:
16-
cache-name: cache-node-modules
17-
with:
18-
path: ~/.npm
19-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
20-
restore-keys: |
21-
${{ runner.os }}-build-${{ env.cache-name }}-
22-
${{ runner.os }}-build-
23-
${{ runner.os }}-
13+
2414
- name: Use Node.js
25-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v4
2616
with:
27-
node-version: '16.x'
17+
node-version-file: '.nvmrc'
18+
cache: 'npm'
19+
2820
- name: Install dependencies
2921
run: npm ci
22+
3023
- name: Release
3124
run: npm run release
3225
env:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.15.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getresponse/tsconfig",
3-
"version": "1.1.0",
3+
"version": "1.6.0",
44
"description": "Common tsconfig.json files",
55
"homepage": "https://github.com/GetResponse/tsconfig",
66
"main": "configs/",

0 commit comments

Comments
 (0)