Skip to content

Commit c56d2d8

Browse files
committed
chore: 2.3.0
1 parent 42c0a4c commit c56d2d8

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/publish_docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Publish docs
22
on:
33
push:
44
branches: [ main ]
5-
# Allows you to run this workflow manually from the Actions tab
65
workflow_dispatch:
76

87
jobs:
@@ -11,9 +10,9 @@ jobs:
1110
steps:
1211
- uses: actions/checkout@v2
1312
- name: Setup NodeJS Environment
14-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v3
1514
with:
16-
node-version: '14.x'
15+
node-version-file: '.nvmrc'
1716
- name: Install project dependencies
1817
run: yarn install --pure-lockfile
1918
- name: Update gh-pages

.github/workflows/test_pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Test pull requests
22
on:
33
pull_request:
44
branches: [ main, develop ]
5-
# Allows you to run this workflow manually from the Actions tab
65
workflow_dispatch:
76

87
jobs:
@@ -11,9 +10,9 @@ jobs:
1110
steps:
1211
- uses: actions/checkout@v2
1312
- name: Setup NodeJS Environment
14-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v3
1514
with:
16-
node-version: '14.x'
15+
node-version-file: '.nvmrc'
1716
- name: Install project dependencies
1817
run: yarn install --pure-lockfile
1918
- name: Transpile files

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.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": "@standardnotes/component-relay",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/standardnotes/component-relay.git"

0 commit comments

Comments
 (0)