Skip to content

Commit

Permalink
feat:Upgrade to Node 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
damienaicheh committed May 1, 2024
1 parent 4cd0d8b commit ad670ed
Show file tree
Hide file tree
Showing 10 changed files with 38,460 additions and 6,471 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: sample

on:
workflow_dispatch:
pull_request:
paths-ignore:
- '**.md'
Expand All @@ -17,10 +18,10 @@ jobs:
name: Sample demo
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Update iOS version Info.plist
uses: damienaicheh/update-ios-version-info-plist-action@v1.0.0
uses: damienaicheh/update-ios-version-info-plist-action@v1.2.0
with:
info-plist-path: './samples/Info.plist'
bundle-short-version-string: '2.0'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: versions

on:
workflow_dispatch:
pull_request:
paths-ignore:
- '**.md'
Expand All @@ -17,7 +18,7 @@ jobs:
name: Run local action version
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Update Info.plist
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Damien Aicheh
Copyright (c) 2024 Damien Aicheh

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Output the Info.plist file in console before and after update.

```yaml
- name: Update Info.plist
uses: damienaicheh/update-ios-version-info-plist-action@v1.0.0
uses: damienaicheh/update-ios-version-info-plist-action@v1.2.0
with:
info-plist-path: "./path_to_your/Info.plist"
bundle-short-version-string: "2.0"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
description: 'Output the Info.plist file in console'
required: false
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'file'
Expand Down
Loading

0 comments on commit ad670ed

Please sign in to comment.