Skip to content

Commit

Permalink
Update action versions in workflow YAML; Update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Oct 6, 2024
1 parent 272f33f commit bf3b23b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Deploy
on: [push, pull_request]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
env:
NODE_VERSION: 18
NODE_VERSION: 20
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down Expand Up @@ -42,14 +42,14 @@ jobs:
- name: Delete 'node_modules'
run: rm -rf node_modules
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository.
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

# End.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright © 2021-2023 Nick Freear and contributors.
Copyright © 2021-2024 Nick Freear and contributors.

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"x-old-name": "ndf-web-components",
"version": "1.6.0",
"description": "A collection of useful custom elements.",
"x-copyright": "© 2021 Nick Freear.",
"x-copyright": "© 2021-2024 Nick Freear.",
"author": "Nick Freear",
"license": "MIT",
"homepage": "https://nfreear.github.io/elements/demo/",
Expand Down

0 comments on commit bf3b23b

Please sign in to comment.