Skip to content

Commit ed7c4e0

Browse files
committed
chore(release): 0.2.3
1 parent e145d3f commit ed7c4e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/setup-node@v2
3939
if: steps.vars.outputs.diff == 1 && startsWith(github.ref, 'refs/heads/main') && startsWith(github.event.head_commit.message, 'chore(release)') && !github.event.act
4040
with:
41-
node-version: '14'
41+
node-version: '20'
4242
registry-url: 'https://npm.pkg.github.com'
4343
scope: '@linode'
4444
- name: Build and publish clients

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linode/apl-k8s-operator",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Build Kubernetes operators in NodeJS (and TypeScript)",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)